diff options
author | Duncan P. N. Exon Smith <dexonsmith@apple.com> | 2014-07-29 23:31:11 +0000 |
---|---|---|
committer | Duncan P. N. Exon Smith <dexonsmith@apple.com> | 2014-07-29 23:31:11 +0000 |
commit | b57aef0030c39999947c4459d63feac9c1e04d2d (patch) | |
tree | 803c865da77d2c1a23ab9dd33353530c96fb6d65 /llvm/test/Bitcode/old-aliases.ll | |
parent | 49a95e1f4118c5e6079c8dc009b4f0ac5cf188c2 (diff) | |
download | bcm5719-llvm-b57aef0030c39999947c4459d63feac9c1e04d2d.tar.gz bcm5719-llvm-b57aef0030c39999947c4459d63feac9c1e04d2d.zip |
Revert "UseListOrder: Order GlobalValue uses after initializers"
This reverts commits r214242 and r214243 while I investigate buildbot
failures [1][2][3]. I can't reproduce these failures locally, so if
anyone can see what I've done wrong, I'd appreciate a note.
[1]: http://lab.llvm.org:8011/builders/llvm-hexagon-elf/builds/9840
[2]: http://lab.llvm.org:8011/builders/clang-hexagon-elf/builds/14981
[3]: http://bb.pgr.jp/builders/cmake-llvm-x86_64-linux/builds/15191
llvm-svn: 214249
Diffstat (limited to 'llvm/test/Bitcode/old-aliases.ll')
-rw-r--r-- | llvm/test/Bitcode/old-aliases.ll | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/test/Bitcode/old-aliases.ll b/llvm/test/Bitcode/old-aliases.ll index 13b6d3efa23..7a0eea2f3f2 100644 --- a/llvm/test/Bitcode/old-aliases.ll +++ b/llvm/test/Bitcode/old-aliases.ll @@ -1,5 +1,4 @@ ; RUN: llvm-dis < %s.bc | FileCheck %s -; RUN: llvm-uselistorder < %s.bc -preserve-bc-use-list-order -num-shuffles=5 ; old-aliases.bc consist of this file assembled with an old llvm-as (3.5 trunk) ; from when aliases contained a ConstantExpr. |