summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/2009-03-16-PHIElimInLPad.ll
diff options
context:
space:
mode:
authorEvan Cheng <evan.cheng@apple.com>2009-03-25 01:47:28 +0000
committerEvan Cheng <evan.cheng@apple.com>2009-03-25 01:47:28 +0000
commit42bf74be1402df7409efbea089310d4c276fde37 (patch)
treeffd7617c63f7c380d36cc21404c2acf883c44191 /test/CodeGen/X86/2009-03-16-PHIElimInLPad.ll
parent7db860d4de34cab6a738ff240b2810ffb4379378 (diff)
downloadllvm-42bf74be1402df7409efbea089310d4c276fde37.tar.gz
llvm-42bf74be1402df7409efbea089310d4c276fde37.tar.bz2
llvm-42bf74be1402df7409efbea089310d4c276fde37.tar.xz
CodeGen still defaults to non-verbose asm, but llc now overrides it and default to verbose.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@67668 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/X86/2009-03-16-PHIElimInLPad.ll')
-rw-r--r--test/CodeGen/X86/2009-03-16-PHIElimInLPad.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/2009-03-16-PHIElimInLPad.ll b/test/CodeGen/X86/2009-03-16-PHIElimInLPad.ll
index 091aab41d2..c079ae7372 100644
--- a/test/CodeGen/X86/2009-03-16-PHIElimInLPad.ll
+++ b/test/CodeGen/X86/2009-03-16-PHIElimInLPad.ll
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc -march=x86 -asm-verbose | grep -A 1 lpad | grep Llabel
+; RUN: llvm-as < %s | llc -march=x86 | grep -A 1 lpad | grep Llabel
; Check that register copies in the landing pad come after the EH_LABEL
declare i32 @f()