Now that we don't output cleanups by default, the action
authorDuncan Sands <baldrick@free.fr>
Mon, 27 Aug 2007 16:30:05 +0000 (16:30 +0000)
committerDuncan Sands <baldrick@free.fr>
Mon, 27 Aug 2007 16:30:05 +0000 (16:30 +0000)
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

test/CodeGen/Generic/2007-06-06-CriticalEdgeLandingPad.ll

index 2ad0019764e45af5ed99b698057ab94aeb01d641..cb101dcf1f62a255b3140fbda051acd5545be352 100644 (file)
@@ -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