Make testcase check for extractvalue instead of extractelement.
authorMatthijs Kooijman <matthijs@stdin.nl>
Mon, 16 Jun 2008 13:03:44 +0000 (13:03 +0000)
committerMatthijs Kooijman <matthijs@stdin.nl>
Mon, 16 Jun 2008 13:03:44 +0000 (13:03 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@52317 91177308-0d34-0410-b5e6-96231b3b80d8

test/Transforms/InstCombine/extractvalue.ll

index 8abeb7d315b5231005d603e61195c9d5afb58968..e84b102923ed741e376b981d58726d7e434a47e9 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | opt -instcombine | llvm-dis | not grep extractelement
+; RUN: llvm-as < %s | opt -instcombine | llvm-dis | not grep extractvalue
 
 ; Instcombine should fold various combinations of insertvalue and extractvalue
 ; together