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
This commit is contained in:
Duncan Sands 2007-08-27 16:30:05 +00:00
parent 5f43f92c69
commit e22814b0a8

View 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