Fix broken CHECK lines.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@199016 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Benjamin Kramer
2014-01-11 21:06:00 +00:00
parent 73c9559237
commit ccdb9c9483
26 changed files with 43 additions and 42 deletions
+2 -2
View File
@@ -75,7 +75,7 @@ loopexit:
; PR17532
; CHECK-LABEL: i8_loop
; CHECK; icmp eq i32 {{.*}}, 256
; CHECK: icmp eq i32 {{.*}}, 256
define i32 @i8_loop() nounwind readnone ssp uwtable {
br label %1
@@ -92,7 +92,7 @@ define i32 @i8_loop() nounwind readnone ssp uwtable {
}
; CHECK-LABEL: i16_loop
; CHECK; icmp eq i32 {{.*}}, 65536
; CHECK: icmp eq i32 {{.*}}, 65536
define i32 @i16_loop() nounwind readnone ssp uwtable {
br label %1