commit | 11db8142e9de9bec53cf8dda1a2ac5eb85796805 | [log] [tgz] |
---|---|---|
author | Evan Cheng <evan.cheng@apple.com> | Tue Mar 24 00:17:40 2009 +0000 |
committer | Evan Cheng <evan.cheng@apple.com> | Tue Mar 24 00:17:40 2009 +0000 |
tree | 2da6d58ba4016209ff0f030dcaef38a1fa0bc33a | |
parent | db0d867d9639be997eb8734a101505eb8fbc3b2f [diff] [blame] |
Do not emit comments unless -asm-verbose. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@67580 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 c079ae7..091aab4 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 | grep -A 1 lpad | grep Llabel +; RUN: llvm-as < %s | llc -march=x86 -asm-verbose | grep -A 1 lpad | grep Llabel ; Check that register copies in the landing pad come after the EH_LABEL declare i32 @f()