X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=test%2FAssembler%2Finsertextractvalue.ll;h=71dbba371d4e080aae621b264b472919800e8c76;hb=32b845d223393d9f5e7317b9e754a52b79543de2;hp=f68ac00d56939f9a7738961734fb10fc5ff3df1d;hpb=94f7c7aeaa1821c657c57926c67ee691c007fe43;p=oota-llvm.git diff --git a/test/Assembler/insertextractvalue.ll b/test/Assembler/insertextractvalue.ll index f68ac00d569..71dbba371d4 100644 --- a/test/Assembler/insertextractvalue.ll +++ b/test/Assembler/insertextractvalue.ll @@ -1,5 +1,5 @@ ; RUN: llvm-as < %s | llvm-dis | llvm-as | llvm-dis | FileCheck %s -; RUN: verify-uselistorder %s -preserve-bc-use-list-order +; RUN: verify-uselistorder %s ; CHECK: @foo ; CHECK-NEXT: load @@ -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