update testcase
authorChris Lattner <sabre@nondot.org>
Mon, 29 Oct 2007 17:06:35 +0000 (17:06 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 29 Oct 2007 17:06:35 +0000 (17:06 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@43452 91177308-0d34-0410-b5e6-96231b3b80d8

test/Transforms/InstCombine/stacksaverestore.ll

index f9cc9c22a92b0d781027d1719816b8d046151a28..f5a0c762e99c4f1f9c65ddc60839aa1435020649 100644 (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.