diff options
author | Evan Cheng <evan.cheng@apple.com> | 2009-05-08 23:35:49 +0000 |
---|---|---|
committer | Evan Cheng <evan.cheng@apple.com> | 2009-05-08 23:35:49 +0000 |
commit | f045f80ba9af29fc8e0409201ad66c8f2e1a527c (patch) | |
tree | b720988a3eeac0e516f77db713b6553a7bbbe0c7 /test/CodeGen/X86/code_placement.ll | |
parent | b0285932ab915cacb5534ee4fccd18584c28ab56 (diff) |
Enable loop bb placement optimization.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@71291 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/X86/code_placement.ll')
-rw-r--r-- | test/CodeGen/X86/code_placement.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/code_placement.ll b/test/CodeGen/X86/code_placement.ll index 3ffb6ba3d8..55167950d1 100644 --- a/test/CodeGen/X86/code_placement.ll +++ b/test/CodeGen/X86/code_placement.ll @@ -1,4 +1,4 @@ -; RUN: llvm-as < %s | llc -march=x86 -opt-loop-bb-placement | %prcontext jmp 1 | grep align +; RUN: llvm-as < %s | llc -march=x86 | %prcontext jmp 1 | grep align @Te0 = external global [256 x i32] ; <[256 x i32]*> [#uses=5] @Te1 = external global [256 x i32] ; <[256 x i32]*> [#uses=4] |