aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/X86/2009-03-16-PHIElimInLPad.ll
diff options
context:
space:
mode:
authorEdward O'Callaghan <eocallaghan@auroraux.org>2009-11-22 11:45:44 +0000
committerEdward O'Callaghan <eocallaghan@auroraux.org>2009-11-22 11:45:44 +0000
commit81fff07dafbbaec13216d9c1b520778042203728 (patch)
treec4588c0cedc095913999fd9852e64410ce8460ff /test/CodeGen/X86/2009-03-16-PHIElimInLPad.ll
parent21870411d9c1807526b613d04c2ebae5a43c263b (diff)
downloadexternal_llvm-81fff07dafbbaec13216d9c1b520778042203728.zip
external_llvm-81fff07dafbbaec13216d9c1b520778042203728.tar.gz
external_llvm-81fff07dafbbaec13216d9c1b520778042203728.tar.bz2
Convert a few tests to FileCheck for PR5307.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@89584 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.ll5
1 files changed, 4 insertions, 1 deletions
diff --git a/test/CodeGen/X86/2009-03-16-PHIElimInLPad.ll b/test/CodeGen/X86/2009-03-16-PHIElimInLPad.ll
index adbd241..11c4101 100644
--- a/test/CodeGen/X86/2009-03-16-PHIElimInLPad.ll
+++ b/test/CodeGen/X86/2009-03-16-PHIElimInLPad.ll
@@ -1,4 +1,4 @@
-; RUN: llc < %s -march=x86 -asm-verbose | grep -A 1 lpad | grep Llabel
+; RUN: llc < %s -march=x86 -asm-verbose | FileCheck %s
; Check that register copies in the landing pad come after the EH_LABEL
declare i32 @f()
@@ -19,3 +19,6 @@ lpad: ; preds = %cont, %entry
%v = phi i32 [ %x, %entry ], [ %a, %cont ] ; <i32> [#uses=1]
ret i32 %v
}
+
+; CHECK: lpad
+; CHECK-NEXT: Llabel