diff options
Diffstat (limited to 'llvm/test/CodeGen/X86/inline-asm-modifier-n.ll')
-rw-r--r-- | llvm/test/CodeGen/X86/inline-asm-modifier-n.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/inline-asm-modifier-n.ll b/llvm/test/CodeGen/X86/inline-asm-modifier-n.ll index 072c7c41953..b069c463189 100644 --- a/llvm/test/CodeGen/X86/inline-asm-modifier-n.ll +++ b/llvm/test/CodeGen/X86/inline-asm-modifier-n.ll @@ -1,4 +1,4 @@ -; RUN: llc < %s -march=x86 -no-integrated-as | grep " 37" +; RUN: llc < %s -march=x86 | grep " 37" ; rdar://7008959 define void @bork() nounwind { |