Disable a consistency check.
[oota-llvm.git] / test / Linker / Inputs / testlink.ll
index e095ab1854f4b4faeb9476507b3f4e6ce3e061b8..263d9e77d1ab12a4a1bbc6572aa8667f7cbb444d 100644 (file)
@@ -34,7 +34,7 @@ define i32 @foo(i32 %blah) {
   store i32 %blah, i32* @MyVar
   %idx = getelementptr %intlist, %intlist* @MyIntList, i64 0, i32 1
   store i32 12, i32* %idx
-  %ack = load i32* @0
+  %ack = load i32, i32* @0
   %fzo = add i32 %ack, %blah
   ret i32 %fzo
 }