fixed to test only the feature, not the feature and a CPU
[oota-llvm.git] / test / CodeGen / X86 / hidden-vis-pic.ll
index 1caab7a6a00e6f1009dff4bb11b8764da0ce9ff4..e49bb48ac672382575a031a0e5939e46071eb9d0 100644 (file)
@@ -45,6 +45,6 @@ entry:
   br label %return
 
 return:                                           ; preds = %entry
-  %retval1 = load i32* %retval                    ; <i32> [#uses=1]
+  %retval1 = load i32, i32* %retval                    ; <i32> [#uses=1]
   ret i32 %retval1
 }