summaryrefslogtreecommitdiff
path: root/test/Transforms/InstCombine/setcc-cast-cast.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Transforms/InstCombine/setcc-cast-cast.ll')
-rw-r--r--test/Transforms/InstCombine/setcc-cast-cast.ll1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/Transforms/InstCombine/setcc-cast-cast.ll b/test/Transforms/InstCombine/setcc-cast-cast.ll
index 79f40aced5..844d4c8eae 100644
--- a/test/Transforms/InstCombine/setcc-cast-cast.ll
+++ b/test/Transforms/InstCombine/setcc-cast-cast.ll
@@ -3,6 +3,7 @@
; been when a setcc is used with two casts.
; RUN: llvm-as < %s | opt -instcombine | llvm-dis | \
; RUN: not grep {br bool false}
+; END.
define i32 @bug(i8 %inbuff) {
entry: