update testcase

llvm-svn: 43452
This commit is contained in:
Chris Lattner 2007-10-29 17:06:35 +00:00
parent 5d18ce750a
commit 00860d7574
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
; RUN: llvm-upgrade < %s | llvm-as | opt -instcombine | llvm-dis | not grep call
; RUN: llvm-upgrade < %s | llvm-as | opt -instcombine | llvm-dis | not grep {call.*stackrestore}
;; Test that llvm.stackrestore is removed when possible.