Use Twin instead of std::to_string.
[oota-llvm.git] / test / CodeGen / X86 / and-su.ll
index 38db88af12c24cb6c95c65e23da0ffe7736c5d12..bdbab1535016c0d1f7dbf96ed40148bcda8c4ad4 100644 (file)
@@ -3,10 +3,10 @@
 ; Don't duplicate the load.
 
 define fastcc i32 @foo(i32* %p) nounwind {
-; CHECK: foo:
+; CHECK-LABEL: foo:
 ; CHECK: andl $10, %eax
 ; CHECK: je
-       %t0 = load i32* %p
+       %t0 = load i32, i32* %p
        %t2 = and i32 %t0, 10
        %t3 = icmp ne i32 %t2, 0
        br i1 %t3, label %bb63, label %bb76
@@ -18,7 +18,7 @@ bb76:
 
 define fastcc double @bar(i32 %hash, double %x, double %y) nounwind {
 entry:
-; CHECK: bar:
+; CHECK-LABEL: bar:
   %0 = and i32 %hash, 15
   %1 = icmp ult i32 %0, 8
   br i1 %1, label %bb11, label %bb10