summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthijs Kooijman <matthijs@stdin.nl>2008-06-16 13:03:44 +0000
committerMatthijs Kooijman <matthijs@stdin.nl>2008-06-16 13:03:44 +0000
commitac5bc8a3ddcdbdf3ed697be90048105f301dd779 (patch)
treec074df68d948140325449fdd1887e1fd8ed23a51
parent5cb387735dd6d81913a1e61be05ca7ed5e6218e0 (diff)
downloadbcm5719-llvm-ac5bc8a3ddcdbdf3ed697be90048105f301dd779.tar.gz
bcm5719-llvm-ac5bc8a3ddcdbdf3ed697be90048105f301dd779.zip
Make testcase check for extractvalue instead of extractelement.
llvm-svn: 52317
-rw-r--r--llvm/test/Transforms/InstCombine/extractvalue.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Transforms/InstCombine/extractvalue.ll b/llvm/test/Transforms/InstCombine/extractvalue.ll
index 8abeb7d315b..e84b102923e 100644
--- a/llvm/test/Transforms/InstCombine/extractvalue.ll
+++ b/llvm/test/Transforms/InstCombine/extractvalue.ll
@@ -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
OpenPOWER on IntegriCloud