summaryrefslogtreecommitdiff
path: root/test/CodeGen/PowerPC/2007-04-24-InlineAsm-I-Modifier.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/PowerPC/2007-04-24-InlineAsm-I-Modifier.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/PowerPC/2007-04-24-InlineAsm-I-Modifier.ll')
-rw-r--r--test/CodeGen/PowerPC/2007-04-24-InlineAsm-I-Modifier.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/CodeGen/PowerPC/2007-04-24-InlineAsm-I-Modifier.ll b/test/CodeGen/PowerPC/2007-04-24-InlineAsm-I-Modifier.ll
index 5eb6e37574..73736c57fe 100644
--- a/test/CodeGen/PowerPC/2007-04-24-InlineAsm-I-Modifier.ll
+++ b/test/CodeGen/PowerPC/2007-04-24-InlineAsm-I-Modifier.ll
@@ -1,5 +1,5 @@
-; RUN: llc < %s -march=ppc32 -mtriple=powerpc-apple-darwin8.8.0 -no-integrated-as | grep "foo r3, r4"
-; RUN: llc < %s -march=ppc32 -mtriple=powerpc-apple-darwin8.8.0 -no-integrated-as | grep "bari r3, 47"
+; RUN: llc < %s -march=ppc32 -mtriple=powerpc-apple-darwin8.8.0 | grep "foo r3, r4"
+; RUN: llc < %s -march=ppc32 -mtriple=powerpc-apple-darwin8.8.0 | grep "bari r3, 47"
; PR1351