From 5faa6225ad738883f76e94feb9414c911b31a0f6 Mon Sep 17 00:00:00 2001 From: "Duncan P. N. Exon Smith" Date: Thu, 31 Jul 2014 00:10:27 +0000 Subject: verify-uselistorder: Add RUN lines to cases in test/Assembly Add RUN line for `verify-uselistorder` to every test in `test/Assembly`, unless it's a negative check (assembler rejects it) or verification fails. There are three files that verification fails on (so I've left out the RUN lines): - 2002-08-22-DominanceProblem.ll - ConstantExprFold.ll - ConstantExprFoldCast.ll This is part of PR5680. llvm-svn: 214365 --- llvm/test/Assembler/2005-01-31-CallingAggregateFunction.ll | 1 + 1 file changed, 1 insertion(+) (limited to 'llvm/test/Assembler/2005-01-31-CallingAggregateFunction.ll') diff --git a/llvm/test/Assembler/2005-01-31-CallingAggregateFunction.ll b/llvm/test/Assembler/2005-01-31-CallingAggregateFunction.ll index ce769a2e9d7..7aa2c2bad97 100644 --- a/llvm/test/Assembler/2005-01-31-CallingAggregateFunction.ll +++ b/llvm/test/Assembler/2005-01-31-CallingAggregateFunction.ll @@ -1,4 +1,5 @@ ; RUN: llvm-as %s -o /dev/null +; RUN: verify-uselistorder %s -preserve-bc-use-list-order -num-shuffles=5 define void @test() { call {i32} @foo() -- cgit v1.2.3