summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/X86/fast-isel.ll
diff options
context:
space:
mode:
authorDaniel Sanders <daniel.sanders@imgtec.com>2014-02-12 15:39:20 +0000
committerDaniel Sanders <daniel.sanders@imgtec.com>2014-02-12 15:39:20 +0000
commitabe212a3b80e5749d5ff8320301a8fc273c59d11 (patch)
treebf53fdf4db49321a741ad2d0023ae732ae543dce /llvm/test/CodeGen/X86/fast-isel.ll
parent8ab205fb74b39da46e83dadbb91452e0ff186919 (diff)
downloadbcm5719-llvm-abe212a3b80e5749d5ff8320301a8fc273c59d11.tar.gz
bcm5719-llvm-abe212a3b80e5749d5ff8320301a8fc273c59d11.zip
Revert r201237+r201238: Demote EmitRawText call in AsmPrinter::EmitInlineAsm() and remove hasRawTextSupport() call
It introduced multiple test failures in the buildbots. llvm-svn: 201241
Diffstat (limited to 'llvm/test/CodeGen/X86/fast-isel.ll')
-rw-r--r--llvm/test/CodeGen/X86/fast-isel.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/X86/fast-isel.ll b/llvm/test/CodeGen/X86/fast-isel.ll
index bc791842160..132df2b0ab4 100644
--- a/llvm/test/CodeGen/X86/fast-isel.ll
+++ b/llvm/test/CodeGen/X86/fast-isel.ll
@@ -1,5 +1,5 @@
-; RUN: llc < %s -fast-isel -fast-isel-abort -verify-machineinstrs -march=x86 -mattr=sse2 -no-integrated-as
-; RUN: llc < %s -fast-isel -fast-isel-abort -verify-machineinstrs -mtriple=x86_64-apple-darwin10 -no-integrated-as
+; RUN: llc < %s -fast-isel -fast-isel-abort -verify-machineinstrs -march=x86 -mattr=sse2
+; RUN: llc < %s -fast-isel -fast-isel-abort -verify-machineinstrs -mtriple=x86_64-apple-darwin10
; This tests very minimal fast-isel functionality.
OpenPOWER on IntegriCloud