[opaque pointer type] Add textual IR support for explicit type parameter to load...
[oota-llvm.git] / test / Analysis / CFLAliasAnalysis / multilevel.ll
index 9c9eb9a49779aa333f6249b233d3a8eb8be91efd..d42dca442eab0e7134c73d2363bc8ae8d756378f 100644 (file)
@@ -23,8 +23,8 @@ define void @test() {
   store %T* %A, %T** %M
   store %T* %B, %T** %N
 
-  %AP = load %T** %M ; PartialAlias with %A
-  %BP = load %T** %N ; PartialAlias with %B
+  %AP = load %T*, %T** %M ; PartialAlias with %A
+  %BP = load %T*, %T** %N ; PartialAlias with %B
 
   ret void
 }