[opaque pointer type] Add textual IR support for explicit type parameter to load...
[oota-llvm.git] / test / Analysis / CFLAliasAnalysis / multilevel-combine.ll
index 9bbc721a7b16b339bea2bb5bbd54b0cb2efff293..e997374e92d9d5c06d8b99d2c5a9c4a415f71363 100644 (file)
@@ -25,7 +25,7 @@ define void @test(i1 %C) {
 
   store %T* %MS, %T** %M
 
-  %AP = load %T** %M ; PartialAlias with %A, %B
+  %AP = load %T*, %T** %M ; PartialAlias with %A, %B
 
   ret void
 }