commit | 42ceb47150b2d423f9668c7b128b90927ac22cb0 | [log] [tgz] |
---|---|---|
author | Evan Cheng <evan.cheng@apple.com> | Wed Mar 25 01:47:28 2009 +0000 |
committer | Evan Cheng <evan.cheng@apple.com> | Wed Mar 25 01:47:28 2009 +0000 |
tree | ffd7617c63f7c380d36cc21404c2acf883c44191 | |
parent | 4c7969ed6d28ce12dc1028fd76bdc03b2f68dc50 [diff] [blame] |
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
diff --git a/test/CodeGen/X86/2009-03-16-PHIElimInLPad.ll b/test/CodeGen/X86/2009-03-16-PHIElimInLPad.ll index 091aab4..c079ae7 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()