diff options
author | Dimitry Andric <dim@FreeBSD.org> | 2015-05-27 18:47:56 +0000 |
---|---|---|
committer | Dimitry Andric <dim@FreeBSD.org> | 2015-05-27 18:47:56 +0000 |
commit | 5e20cdd81c44a443562a09007668ffdf76c455af (patch) | |
tree | dbbd4047878da71c1a706e26ce05b4e7791b14cc /test/CodeGen/cleanup-stack.c | |
parent | d5f23b0b7528b5c3caed1ba14f897cc4aaa9e3c3 (diff) |
Notes
Diffstat (limited to 'test/CodeGen/cleanup-stack.c')
-rw-r--r-- | test/CodeGen/cleanup-stack.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/CodeGen/cleanup-stack.c b/test/CodeGen/cleanup-stack.c index 72a1a6c751a9b..6448aac2384ad 100644 --- a/test/CodeGen/cleanup-stack.c +++ b/test/CodeGen/cleanup-stack.c @@ -1,5 +1,5 @@ -// RUN: %clang_cc1 -triple i386-unknown-unknown -O3 -emit-llvm %s -o %t -// RUN: grep "ret i32 9" %t +// RUN: %clang_cc1 -triple i386-unknown-unknown -O3 -emit-llvm %s -o - | FileCheck %s +// CHECK: ret i32 9 struct s0 { int *var; |