X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=test%2FVerifier%2F2008-01-11-VarargAttrs.ll;h=b6ce6251cfc6c9b3c75f3cf3858ae2c9c51ab0c8;hb=60fd8be183f7cf17dd07c0b8ce8a4e5332d20765;hp=1f4c9c72b4048936aba32d8effdd29fbee3fd299;hpb=623a389f623dfef44f07211bd12fbd2a93db09e3;p=oota-llvm.git diff --git a/test/Verifier/2008-01-11-VarargAttrs.ll b/test/Verifier/2008-01-11-VarargAttrs.ll index 1f4c9c72b40..b6ce6251cfc 100644 --- a/test/Verifier/2008-01-11-VarargAttrs.ll +++ b/test/Verifier/2008-01-11-VarargAttrs.ll @@ -1,10 +1,10 @@ -; RUN: not llvm-as < %s +; RUN: not llvm-as < %s >& /dev/null %struct = type { } declare void @foo(...) define void @bar() { - call void (...)* @foo(%struct* inreg null ) + call void (...)* @foo(%struct* sret null ) ret void }