diff options
author | Duncan P. N. Exon Smith <dexonsmith@apple.com> | 2014-08-19 21:08:27 +0000 |
---|---|---|
committer | Duncan P. N. Exon Smith <dexonsmith@apple.com> | 2014-08-19 21:08:27 +0000 |
commit | c8eccd1147800b8a2720ded56f42c7342812430e (patch) | |
tree | 67cc1cda49c602aef1a4d32b066ad40b80c68c7a /llvm/test/Assembler/2010-02-05-FunctionLocalMetadataBecomesNull.ll | |
parent | 9163561d648c0e9c1bb29a102da2611a2b3dc49b (diff) | |
download | bcm5719-llvm-c8eccd1147800b8a2720ded56f42c7342812430e.tar.gz bcm5719-llvm-c8eccd1147800b8a2720ded56f42c7342812430e.zip |
verify-uselistorder: Force -preserve-bc-use-list-order
llvm-svn: 216022
Diffstat (limited to 'llvm/test/Assembler/2010-02-05-FunctionLocalMetadataBecomesNull.ll')
-rw-r--r-- | llvm/test/Assembler/2010-02-05-FunctionLocalMetadataBecomesNull.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Assembler/2010-02-05-FunctionLocalMetadataBecomesNull.ll b/llvm/test/Assembler/2010-02-05-FunctionLocalMetadataBecomesNull.ll index ceea4989895..13d982474af 100644 --- a/llvm/test/Assembler/2010-02-05-FunctionLocalMetadataBecomesNull.ll +++ b/llvm/test/Assembler/2010-02-05-FunctionLocalMetadataBecomesNull.ll @@ -1,5 +1,5 @@ ; RUN: opt -std-compile-opts < %s | llvm-dis | not grep badref -; RUN: verify-uselistorder %s -preserve-bc-use-list-order +; RUN: verify-uselistorder %s target datalayout = "e-p:64:64:64-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:64:64-f32:32:32-f64:64:64-v64:64:64-v128:128:128-a0:0:64-s0:64:64-f80:128:128-n8:16:32:64" target triple = "x86_64-apple-darwin10.2" |