diff options
Diffstat (limited to 'test/CodeGen/2006-01-13-StackSave.c')
-rw-r--r-- | test/CodeGen/2006-01-13-StackSave.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/CodeGen/2006-01-13-StackSave.c b/test/CodeGen/2006-01-13-StackSave.c index 7c506b3..82f4584 100644 --- a/test/CodeGen/2006-01-13-StackSave.c +++ b/test/CodeGen/2006-01-13-StackSave.c @@ -1,6 +1,6 @@ // PR691 -// RUN: %clang_cc1 %s -emit-llvm -o - | opt -std-compile-opts | \ -// RUN: llvm-dis | grep llvm.stacksave +// RUN: %clang_cc1 %s -emit-llvm -o - | FileCheck %s +// CHECK: call i8* @llvm.stacksave() void test(int N) { int i; |