[opaque pointer type] Add textual IR support for explicit type parameter to load...
[oota-llvm.git] / test / ExecutionEngine / OrcJIT / remote / test-ptr-reloc-remote.ll
index ba3ffff2142560d220526f18b488613696a57479..19303ccfb95edd22a78f080f249465d0a5fd0537 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 %.