diff options
Diffstat (limited to 'llvm/test/Assembler/2005-01-31-CallingAggregateFunction.ll')
-rw-r--r-- | llvm/test/Assembler/2005-01-31-CallingAggregateFunction.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Assembler/2005-01-31-CallingAggregateFunction.ll b/llvm/test/Assembler/2005-01-31-CallingAggregateFunction.ll index 88b51f8bb4e..a5a917d08ab 100644 --- a/llvm/test/Assembler/2005-01-31-CallingAggregateFunction.ll +++ b/llvm/test/Assembler/2005-01-31-CallingAggregateFunction.ll @@ -1,5 +1,5 @@ ; RUN: llvm-as %s -o /dev/null -; RUN: verify-uselistorder %s -preserve-bc-use-list-order +; RUN: verify-uselistorder %s define void @test() { call {i32} @foo() |