aboutsummaryrefslogtreecommitdiff
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
commitd47e6aeb93a783e5209d7b32816398599200f446 (patch)
tree2c9fde0ca358fbb720aa4939c98833e71804d03b
parent710eb236e67dc021c51ef5cb5d2eb8768840895a (diff)
Make testcase check for extractvalue instead of extractelement.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@52317 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--test/Transforms/InstCombine/extractvalue.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/InstCombine/extractvalue.ll b/test/Transforms/InstCombine/extractvalue.ll
index 8abeb7d315..e84b102923 100644
--- a/test/Transforms/InstCombine/extractvalue.ll
+++ b/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