Don't enable the post-RA scheduler on x86 except at -O3. In its
[oota-llvm.git] / test / CodeGen / X86 / tail-opts.ll
index 0d86e561325cf65379ef265bc1439ff9e2bb39ba..c70c9fadd2c572d2a18a6b72205fb6faa7e1c9aa 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: llc < %s -march=x86-64 -mtriple=x86_64-unknown-linux-gnu -asm-verbose=false | FileCheck %s
+; RUN: llc < %s -march=x86-64 -mtriple=x86_64-unknown-linux-gnu -asm-verbose=false -post-RA-scheduler=true | FileCheck %s
 
 declare void @bar(i32)
 declare void @car(i32)