commit | e22814b0a8bbd647e607ec37734b00d2684574eb | [log] [tgz] |
---|---|---|
author | Duncan Sands <baldrick@free.fr> | Mon Aug 27 16:30:05 2007 +0000 |
committer | Duncan Sands <baldrick@free.fr> | Mon Aug 27 16:30:05 2007 +0000 |
tree | fe099aea4d126180f368542d698cfd6016f85a4e | |
parent | 5f43f92c69aae9837064cf08291db1b36a82789f [diff] [blame] |
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 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