aboutsummaryrefslogtreecommitdiffstats
path: root/test/Transforms/LoopStrengthReduce/exit_compare_live_range.ll
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2007-01-13 05:06:52 +0000
committerReid Spencer <rspencer@reidspencer.com>2007-01-13 05:06:52 +0000
commit737ec5130ef29bd447eb3c93d6a6e980cc0b16e3 (patch)
treed31eed9ff629d582d31f0bfc9c2e8cada5a2c443 /test/Transforms/LoopStrengthReduce/exit_compare_live_range.ll
parent6f40790252d224e27ff85bbd962112efe7ab5f4f (diff)
downloadexternal_llvm-737ec5130ef29bd447eb3c93d6a6e980cc0b16e3.zip
external_llvm-737ec5130ef29bd447eb3c93d6a6e980cc0b16e3.tar.gz
external_llvm-737ec5130ef29bd447eb3c93d6a6e980cc0b16e3.tar.bz2
For PR1043:
Bye, Bye Booly. Remove the use of the bool type from non-upgraded test cases and from grep expressions. The parser doesn't accept it and the asm writer doesn't produce it any more. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33183 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Transforms/LoopStrengthReduce/exit_compare_live_range.ll')
-rw-r--r--test/Transforms/LoopStrengthReduce/exit_compare_live_range.ll7
1 files changed, 4 insertions, 3 deletions
diff --git a/test/Transforms/LoopStrengthReduce/exit_compare_live_range.ll b/test/Transforms/LoopStrengthReduce/exit_compare_live_range.ll
index 5a34a2a..79beb0b 100644
--- a/test/Transforms/LoopStrengthReduce/exit_compare_live_range.ll
+++ b/test/Transforms/LoopStrengthReduce/exit_compare_live_range.ll
@@ -1,8 +1,9 @@
; Make sure that the compare instruction occurs after the increment to avoid
-; having overlapping live ranges that result in copies. We want the setcc instruction
-; immediately before the conditional branch.
+; having overlapping live ranges that result in copies. We want the setcc
+; instruction immediately before the conditional branch.
;
-; RUN: llvm-upgrade < %s | llvm-as | opt -loop-reduce | llvm-dis | %prcontext 'br bool' 1 | grep icmp
+; RUN: llvm-upgrade < %s | llvm-as | opt -loop-reduce | llvm-dis | \
+; RUN: %prcontext 'br i1' 1 | grep icmp
void %foo(float* %D, uint %E) {
entry: