aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/Generic
diff options
context:
space:
mode:
authorDuncan Sands <baldrick@free.fr>2007-08-27 16:30:05 +0000
committerDuncan Sands <baldrick@free.fr>2007-08-27 16:30:05 +0000
commit347d4632b8f56aae6bce67db462c8fc73fd60c1b (patch)
treefe099aea4d126180f368542d698cfd6016f85a4e /test/CodeGen/Generic
parentcc863aa72c83309f15f9175f97cad1dffb8d689b (diff)
downloadexternal_llvm-347d4632b8f56aae6bce67db462c8fc73fd60c1b.zip
external_llvm-347d4632b8f56aae6bce67db462c8fc73fd60c1b.tar.gz
external_llvm-347d4632b8f56aae6bce67db462c8fc73fd60c1b.tar.bz2
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
Diffstat (limited to 'test/CodeGen/Generic')
-rw-r--r--test/CodeGen/Generic/2007-06-06-CriticalEdgeLandingPad.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/Generic/2007-06-06-CriticalEdgeLandingPad.ll b/test/CodeGen/Generic/2007-06-06-CriticalEdgeLandingPad.ll
index 2ad0019..cb101dc 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