[opaque pointer type] Add textual IR support for explicit type parameter to load...
[oota-llvm.git] / test / ExecutionEngine / MCJIT / test-ptr-reloc.ll
index f139ddf12f814f04d8dd15c9624217b4d88235a3..dc9aaf2c75f2f21f3ce1f73bcad8d54b1fa64e04 100644 (file)
@@ -7,8 +7,8 @@
 
 define i32 @main(i32 %argc, i8** nocapture %argv) nounwind readonly {
 entry:
-  %0 = load i8** @ptr, align 4
-  %1 = load i8** @ptr2, align 4
+  %0 = load i8*, i8** @ptr, align 4
+  %1 = load i8*, i8** @ptr2, align 4
   %cmp = icmp eq i8* %0, %1
   %. = zext i1 %cmp to i32
   ret i32 %.