summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms
diff options
context:
space:
mode:
authorBenjamin Kramer <benny.kra@googlemail.com>2012-01-05 00:43:34 +0000
committerBenjamin Kramer <benny.kra@googlemail.com>2012-01-05 00:43:34 +0000
commitaca18856955a8f628972a5990d866fd780c7a6dc (patch)
tree0ed324715150586073a025fd38730b1c03a82c18 /llvm/test/Transforms
parentd110e2a83fd2f0ba6e5b146ee83bddea722abe2a (diff)
downloadbcm5719-llvm-aca18856955a8f628972a5990d866fd780c7a6dc.tar.gz
bcm5719-llvm-aca18856955a8f628972a5990d866fd780c7a6dc.zip
FileCheck hygiene.
llvm-svn: 147580
Diffstat (limited to 'llvm/test/Transforms')
-rw-r--r--llvm/test/Transforms/InstCombine/icmp.ll2
-rw-r--r--llvm/test/Transforms/SimplifyCFG/preserve-branchweights.ll2
2 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/Transforms/InstCombine/icmp.ll b/llvm/test/Transforms/InstCombine/icmp.ll
index 016e8c55fb3..5e483cbac44 100644
--- a/llvm/test/Transforms/InstCombine/icmp.ll
+++ b/llvm/test/Transforms/InstCombine/icmp.ll
@@ -524,7 +524,7 @@ define i1 @test53(i32 %a, i32 %b) nounwind {
; CHECK: @test54
; CHECK-NEXT: %and = and i8 %a, -64
-; CHECK-NEXT icmp eq i8 %and, -128
+; CHECK-NEXT: icmp eq i8 %and, -128
define i1 @test54(i8 %a) nounwind {
%ext = zext i8 %a to i32
%and = and i32 %ext, 192
diff --git a/llvm/test/Transforms/SimplifyCFG/preserve-branchweights.ll b/llvm/test/Transforms/SimplifyCFG/preserve-branchweights.ll
index 5ef1c6c1b4d..c7917857ee6 100644
--- a/llvm/test/Transforms/SimplifyCFG/preserve-branchweights.ll
+++ b/llvm/test/Transforms/SimplifyCFG/preserve-branchweights.ll
@@ -3,7 +3,7 @@
declare void @helper(i32)
define void @test1(i1 %a, i1 %b) {
-; CHECK @test1
+; CHECK: @test1
entry:
br i1 %a, label %Y, label %X, !prof !0
; CHECK: br i1 %or.cond, label %Z, label %Y, !prof !0
OpenPOWER on IntegriCloud