From 431efa19aa18c854a95ec14adf6d6c2c314b91c9 Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Tue, 31 Mar 2009 18:20:47 +0000 Subject: Add an explicit -asm-verbose to these tests, to make it possible to run the tests with -asm-verbose defaulting to false. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@68124 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CodeGen/X86/2009-03-16-PHIElimInLPad.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/CodeGen/X86/2009-03-16-PHIElimInLPad.ll') diff --git a/test/CodeGen/X86/2009-03-16-PHIElimInLPad.ll b/test/CodeGen/X86/2009-03-16-PHIElimInLPad.ll index c079ae7372..091aab41d2 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() -- cgit v1.2.3