diff options
author | Daniel Sanders <daniel.sanders@imgtec.com> | 2014-02-12 15:39:20 +0000 |
---|---|---|
committer | Daniel Sanders <daniel.sanders@imgtec.com> | 2014-02-12 15:39:20 +0000 |
commit | abe212a3b80e5749d5ff8320301a8fc273c59d11 (patch) | |
tree | bf53fdf4db49321a741ad2d0023ae732ae543dce /llvm/test/CodeGen/Generic/inline-asm-mem-clobber.ll | |
parent | 8ab205fb74b39da46e83dadbb91452e0ff186919 (diff) | |
download | bcm5719-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/Generic/inline-asm-mem-clobber.ll')
-rw-r--r-- | llvm/test/CodeGen/Generic/inline-asm-mem-clobber.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/Generic/inline-asm-mem-clobber.ll b/llvm/test/CodeGen/Generic/inline-asm-mem-clobber.ll index 5aa827a0ab8..e523d031dc6 100644 --- a/llvm/test/CodeGen/Generic/inline-asm-mem-clobber.ll +++ b/llvm/test/CodeGen/Generic/inline-asm-mem-clobber.ll @@ -1,4 +1,4 @@ -; RUN: llc -O2 -no-integrated-as < %s | FileCheck %s +; RUN: llc -O2 < %s | FileCheck %s @G = common global i32 0, align 4 |