summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/fastcc-sret.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/X86/fastcc-sret.ll')
-rw-r--r--test/CodeGen/X86/fastcc-sret.ll3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/CodeGen/X86/fastcc-sret.ll b/test/CodeGen/X86/fastcc-sret.ll
index d45741884c..05705b9431 100644
--- a/test/CodeGen/X86/fastcc-sret.ll
+++ b/test/CodeGen/X86/fastcc-sret.ll
@@ -1,4 +1,5 @@
-; RUN: llc < %s -march=x86 -tailcallopt=false | grep ret | not grep 4
+; RUN: llc < %s -march=x86 -tailcallopt=false | FileCheck %s
+; CHECK: ret{{[^4]*$}}
%struct.foo = type { [4 x i32] }