Revert r231104, "unique_ptrify FullDependenceAnalysis::DV", to appease msc18 C2280.
[oota-llvm.git] / test / ExecutionEngine / OrcJIT / 2003-05-07-ArgumentTest.ll
index b45178e48a2266646d0d6e414efe30224c83ace3..44ead0cb4d1a55fbc5f045a23070d51209263307 100644 (file)
@@ -3,8 +3,8 @@
 declare i32 @puts(i8*)
 
 define i32 @main(i32 %argc.1, i8** %argv.1) {
-       %tmp.5 = getelementptr i8** %argv.1, i64 1              ; <i8**> [#uses=1]
-       %tmp.6 = load i8** %tmp.5               ; <i8*> [#uses=1]
+       %tmp.5 = getelementptr i8*, i8** %argv.1, i64 1         ; <i8**> [#uses=1]
+       %tmp.6 = load i8*, i8** %tmp.5          ; <i8*> [#uses=1]
        %tmp.0 = call i32 @puts( i8* %tmp.6 )           ; <i32> [#uses=0]
        ret i32 0
 }