diff options
author | Daniel Dunbar <daniel@zuster.org> | 2009-07-14 15:57:55 +0000 |
---|---|---|
committer | Daniel Dunbar <daniel@zuster.org> | 2009-07-14 15:57:55 +0000 |
commit | 41ffe6c7afe0ff8ec3d0ae11bd82d165abe5a232 (patch) | |
tree | 02e91439e6d5d28fcc2ffe0e5e528e59e2043d4f /test | |
parent | 69fcae91a4c46af5c13be1618c7592e95597b327 (diff) | |
download | external_llvm-41ffe6c7afe0ff8ec3d0ae11bd82d165abe5a232.zip external_llvm-41ffe6c7afe0ff8ec3d0ae11bd82d165abe5a232.tar.gz external_llvm-41ffe6c7afe0ff8ec3d0ae11bd82d165abe5a232.tar.bz2 |
Revert r75610 (and r75620, which was blocking the revert), in the hopes of
unbreaking llvm-gcc (on Darwin).
--- Reverse-merging r75620 into '.':
U include/llvm/Support/Mangler.h
--- Reverse-merging r75610 into '.':
U test/CodeGen/X86/loop-hoist.ll
G include/llvm/Support/Mangler.h
U lib/Target/X86/AsmPrinter/X86ATTAsmPrinter.cpp
U lib/VMCore/Mangler.cpp
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@75636 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-rw-r--r-- | test/CodeGen/X86/loop-hoist.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/CodeGen/X86/loop-hoist.ll b/test/CodeGen/X86/loop-hoist.ll index fe947d7..73284a4 100644 --- a/test/CodeGen/X86/loop-hoist.ll +++ b/test/CodeGen/X86/loop-hoist.ll @@ -1,10 +1,10 @@ ; RUN: llvm-as < %s | \ ; RUN: llc -relocation-model=dynamic-no-pic -mtriple=i686-apple-darwin8.7.2 |\ -; RUN: grep LArr.non_lazy_ptr +; RUN: grep L_Arr.non_lazy_ptr ; RUN: llvm-as < %s | \ ; RUN: llc -disable-post-RA-scheduler=true \ ; RUN: -relocation-model=dynamic-no-pic -mtriple=i686-apple-darwin8.7.2 |\ -; RUN: %prcontext LArr.non_lazy_ptr 1 | grep {4(%esp)} +; RUN: %prcontext L_Arr.non_lazy_ptr 1 | grep {4(%esp)} @Arr = external global [0 x i32] ; <[0 x i32]*> [#uses=1] |