summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/pic.ll
diff options
context:
space:
mode:
authorEvan Cheng <evan.cheng@apple.com>2009-10-18 19:57:27 +0000
committerEvan Cheng <evan.cheng@apple.com>2009-10-18 19:57:27 +0000
commitd36076e4a3a57f55c044cd1cf21a39abe1edf2de (patch)
treee7ca5e48865369ab6816f2ceb1a7855e426ce8cf /test/CodeGen/X86/pic.ll
parenteb6e1daa4379f5d2a27ba487cbd6c5fc8d125d71 (diff)
downloadllvm-d36076e4a3a57f55c044cd1cf21a39abe1edf2de.tar.gz
llvm-d36076e4a3a57f55c044cd1cf21a39abe1edf2de.tar.bz2
llvm-d36076e4a3a57f55c044cd1cf21a39abe1edf2de.tar.xz
Turn on post-alloc scheduling for x86.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@84431 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/X86/pic.ll')
-rw-r--r--test/CodeGen/X86/pic.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/pic.ll b/test/CodeGen/X86/pic.ll
index 3a547f95f8..e886ba06b7 100644
--- a/test/CodeGen/X86/pic.ll
+++ b/test/CodeGen/X86/pic.ll
@@ -1,4 +1,4 @@
-; RUN: llc < %s -mtriple=i686-pc-linux-gnu -relocation-model=pic -asm-verbose=false | FileCheck %s -check-prefix=LINUX
+; RUN: llc < %s -mtriple=i686-pc-linux-gnu -relocation-model=pic -asm-verbose=false -post-RA-scheduler=false | FileCheck %s -check-prefix=LINUX
@ptr = external global i32*
@dst = external global i32