diff options
author | Andrew Trick <atrick@apple.com> | 2013-06-25 02:48:58 +0000 |
---|---|---|
committer | Andrew Trick <atrick@apple.com> | 2013-06-25 02:48:58 +0000 |
commit | 121124acf8d89a14e4a53b8c8f415a60291fc1ec (patch) | |
tree | 65adc780fbf06415da02b8130814578f260f4e5f /llvm/test/CodeGen/X86/alloca-align-rounding.ll | |
parent | 0125f2a6e4537576b5383bcac32e0278d184467a (diff) | |
download | bcm5719-llvm-121124acf8d89a14e4a53b8c8f415a60291fc1ec.tar.gz bcm5719-llvm-121124acf8d89a14e4a53b8c8f415a60291fc1ec.zip |
Revert "Temporarily enable MI-Sched on X86."
This reverts commit 98a9b72e8c56dc13a2617de84503a3d78352789c.
llvm-svn: 184823
Diffstat (limited to 'llvm/test/CodeGen/X86/alloca-align-rounding.ll')
-rw-r--r-- | llvm/test/CodeGen/X86/alloca-align-rounding.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/alloca-align-rounding.ll b/llvm/test/CodeGen/X86/alloca-align-rounding.ll index 74b9470db75..3d76fb0aa25 100644 --- a/llvm/test/CodeGen/X86/alloca-align-rounding.ll +++ b/llvm/test/CodeGen/X86/alloca-align-rounding.ll @@ -1,4 +1,4 @@ -; RUN: llc < %s -march=x86-64 -mtriple=i686-pc-linux -enable-misched=false | FileCheck %s +; RUN: llc < %s -march=x86-64 -mtriple=i686-pc-linux | FileCheck %s declare void @bar(<2 x i64>* %n) |