summaryrefslogtreecommitdiff
path: root/test/Transforms/InstCombine/deadcode.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Transforms/InstCombine/deadcode.ll')
-rw-r--r--test/Transforms/InstCombine/deadcode.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/InstCombine/deadcode.ll b/test/Transforms/InstCombine/deadcode.ll
index fbd3c0c2df..836d6147f2 100644
--- a/test/Transforms/InstCombine/deadcode.ll
+++ b/test/Transforms/InstCombine/deadcode.ll
@@ -1,4 +1,4 @@
-; RUN: llvm-upgrade < %s | llvm-as | opt -instcombine | llvm-dis | grep 'ret int %A'
+; RUN: llvm-upgrade < %s | llvm-as | opt -instcombine | llvm-dis | grep 'ret i32 %A'
int %test(int %A) {
%X = or bool false, false