summaryrefslogtreecommitdiffstats
path: root/llvm/test/Assembler/2002-04-07-HexFloatConstants.ll
diff options
context:
space:
mode:
authorDuncan P. N. Exon Smith <dexonsmith@apple.com>2014-07-31 00:10:27 +0000
committerDuncan P. N. Exon Smith <dexonsmith@apple.com>2014-07-31 00:10:27 +0000
commit5faa6225ad738883f76e94feb9414c911b31a0f6 (patch)
treeefa005a02e5c365e166914e8efe1b00a42f2b247 /llvm/test/Assembler/2002-04-07-HexFloatConstants.ll
parentb1f2d2f4ef5187994133d607ad2b8074b87dc1ed (diff)
downloadbcm5719-llvm-5faa6225ad738883f76e94feb9414c911b31a0f6.tar.gz
bcm5719-llvm-5faa6225ad738883f76e94feb9414c911b31a0f6.zip
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
Diffstat (limited to 'llvm/test/Assembler/2002-04-07-HexFloatConstants.ll')
-rw-r--r--llvm/test/Assembler/2002-04-07-HexFloatConstants.ll1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/test/Assembler/2002-04-07-HexFloatConstants.ll b/llvm/test/Assembler/2002-04-07-HexFloatConstants.ll
index b0d7cc0e43a..22ded4f2feb 100644
--- a/llvm/test/Assembler/2002-04-07-HexFloatConstants.ll
+++ b/llvm/test/Assembler/2002-04-07-HexFloatConstants.ll
@@ -9,6 +9,7 @@
; RUN: llvm-as < %s | llvm-dis | llvm-as | opt -constprop | \
; RUN: llvm-dis > %t.2
; RUN: diff %t.1 %t.2
+; RUN: verify-uselistorder %s -preserve-bc-use-list-order -num-shuffles=5
define double @test() {
%tmp = fmul double 7.200000e+101, 0x427F4000 ; <double> [#uses=1]
OpenPOWER on IntegriCloud