[opaque pointer type] Add textual IR support for explicit type parameter to the call...
[oota-llvm.git] / test / Assembler / insertextractvalue.ll
index 692843e9910bf42ca0e545bc98d82abd014ece32..71dbba371d4e080aae621b264b472919800e8c76 100644 (file)
@@ -8,7 +8,7 @@
 ; CHECK-NEXT: store
 ; CHECK-NEXT: ret
 define float @foo({{i32},{float, double}}* %p) nounwind {
-  %t = load {{i32},{float, double}}* %p
+  %t = load {{i32},{float, double}}, {{i32},{float, double}}* %p
   %s = extractvalue {{i32},{float, double}} %t, 1, 0
   %r = insertvalue {{i32},{float, double}} %t, double 2.0, 1, 1
   store {{i32},{float, double}} %r, {{i32},{float, double}}* %p