From: Duncan Sands Date: Mon, 27 Aug 2007 16:30:05 +0000 (+0000) Subject: Now that we don't output cleanups by default, the action X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=e22814b0a8bbd647e607ec37734b00d2684574eb;p=oota-llvm.git Now that we don't output cleanups by default, the action offset needs to be adjusted in this test. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@41490 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/CodeGen/Generic/2007-06-06-CriticalEdgeLandingPad.ll b/test/CodeGen/Generic/2007-06-06-CriticalEdgeLandingPad.ll index 2ad0019764e..cb101dcf1f6 100644 --- a/test/CodeGen/Generic/2007-06-06-CriticalEdgeLandingPad.ll +++ b/test/CodeGen/Generic/2007-06-06-CriticalEdgeLandingPad.ll @@ -1,5 +1,5 @@ ; RUN: llvm-as < %s | llc -enable-eh -asm-verbose -o - | \ -; RUN: grep -A 3 {Llabel137.*Region start} | grep {5.*Action} +; RUN: grep -A 3 {Llabel137.*Region start} | grep {3.*Action} ; PR1422 ; PR1508