X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=test%2FAssembler%2Fselect.ll;h=b018fbe9c41607dfc1b740f48454c1b3858f7909;hb=0011dc4738fbe624d44197ef9496517fd093eaa4;hp=f204c95050670441455feb723fedc4d8aa87feaa;hpb=91974939d0a1a23ebdb5da959268fe211c25c340;p=oota-llvm.git diff --git a/test/Assembler/select.ll b/test/Assembler/select.ll index f204c950506..b018fbe9c41 100644 --- a/test/Assembler/select.ll +++ b/test/Assembler/select.ll @@ -1,4 +1,4 @@ -; RUN: llvm-as < %s -o /dev/null -f +; RUN: llvm-as %s -o /dev/null -f define i32 @test(i1 %C, i32 %V1, i32 %V2) {