summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/inline-asm-tied.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
commit7580df334e9fd8964bd158d7feeadc4f9cdf43bb (patch)
treeb31c6c72d6130dbb77cd2b212f014fc4304c0c0b /test/CodeGen/X86/inline-asm-tied.ll
parent57edb9588bce544551b3034170eb66c632c3540b (diff)
downloadllvm-7580df334e9fd8964bd158d7feeadc4f9cdf43bb.tar.gz
llvm-7580df334e9fd8964bd158d7feeadc4f9cdf43bb.tar.bz2
llvm-7580df334e9fd8964bd158d7feeadc4f9cdf43bb.tar.xz
Revert r201237+r201238: Demote EmitRawText call in AsmPrinter::EmitInlineAsm() and remove hasRawTextSupport() call
It introduced multiple test failures in the buildbots. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@201241 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/X86/inline-asm-tied.ll')
-rw-r--r--test/CodeGen/X86/inline-asm-tied.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/inline-asm-tied.ll b/test/CodeGen/X86/inline-asm-tied.ll
index fb5896b0ad..597236e362 100644
--- a/test/CodeGen/X86/inline-asm-tied.ll
+++ b/test/CodeGen/X86/inline-asm-tied.ll
@@ -1,4 +1,4 @@
-; RUN: llc < %s -mtriple=i386-apple-darwin9 -O0 -optimize-regalloc -regalloc=basic -no-integrated-as | FileCheck %s
+; RUN: llc < %s -mtriple=i386-apple-darwin9 -O0 -optimize-regalloc -regalloc=basic | FileCheck %s
; rdar://6992609
; CHECK: movl [[EDX:%e..]], 4(%esp)