Use Twin instead of std::to_string.
[oota-llvm.git] / test / CodeGen / X86 / 2012-12-19-NoImplicitFloat.ll
index f0e5d35b426dddbd8a16b0ce4208e4114af0de8a..e5a64b5ae87ec0f7b621e420213f5dbe283045df 100644 (file)
@@ -8,7 +8,7 @@ define void @test() nounwind noimplicitfloat {
 entry:
 ; CHECK-NOT: xmm
 ; CHECK: ret
-  %0 = load %struct1** undef, align 8
+  %0 = load %struct1*, %struct1** undef, align 8
   %1 = getelementptr inbounds %struct1, %struct1* %0, i64 0, i32 0
   store i32* null, i32** %1, align 8
   %2 = getelementptr inbounds %struct1, %struct1* %0, i64 0, i32 1