summaryrefslogtreecommitdiffstats
path: root/llvm
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
commit90064ed445667f7789e5facf12ba22d7c56794df (patch)
tree0fb6fe2f9fa4a379a81bcc479748ef0301d8669c /llvm
parent8dc0b931515d45366f7044f5a3b7aeb27975bae4 (diff)
downloadbcm5719-llvm-90064ed445667f7789e5facf12ba22d7c56794df.tar.gz
bcm5719-llvm-90064ed445667f7789e5facf12ba22d7c56794df.zip
Now that we don't output cleanups by default, the action
offset needs to be adjusted in this test. llvm-svn: 41490
Diffstat (limited to 'llvm')
-rw-r--r--llvm/test/CodeGen/Generic/2007-06-06-CriticalEdgeLandingPad.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/Generic/2007-06-06-CriticalEdgeLandingPad.ll b/llvm/test/CodeGen/Generic/2007-06-06-CriticalEdgeLandingPad.ll
index 2ad0019764e..cb101dcf1f6 100644
--- a/llvm/test/CodeGen/Generic/2007-06-06-CriticalEdgeLandingPad.ll
+++ b/llvm/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
OpenPOWER on IntegriCloud