summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2011-03-16 13:52:08 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2011-03-16 13:52:08 +0000
commit406f02c9ea1b812d18e1b71cb64e8a17f1aadd61 (patch)
tree2f8d12518b17bcd07d71fa8554c58ad243b8e463
parentc9998aa1f4d71bc71360fdc0eaf0a2f62f2d025e (diff)
downloadbcm5719-llvm-406f02c9ea1b812d18e1b71cb64e8a17f1aadd61.tar.gz
bcm5719-llvm-406f02c9ea1b812d18e1b71cb64e8a17f1aadd61.zip
test/CodeGen/X86/dyn-stackalloc.ll: FileCheck-ize.
llvm-svn: 127730
-rw-r--r--llvm/test/CodeGen/X86/dyn-stackalloc.ll9
1 files changed, 6 insertions, 3 deletions
diff --git a/llvm/test/CodeGen/X86/dyn-stackalloc.ll b/llvm/test/CodeGen/X86/dyn-stackalloc.ll
index e577611ebcf..7b0fe18f65c 100644
--- a/llvm/test/CodeGen/X86/dyn-stackalloc.ll
+++ b/llvm/test/CodeGen/X86/dyn-stackalloc.ll
@@ -1,6 +1,9 @@
-; RUN: llc < %s -mtriple=i686-linux | not egrep {\\\$4294967289|-7}
-; RUN: llc < %s -mtriple=i686-linux | egrep {\\\$4294967280|-16}
-; RUN: llc < %s -mtriple=x86_64-linux | grep {\\-16}
+; RUN: llc < %s -mtriple=i686-linux | FileCheck %s -check-prefix=X32
+; X32-NOT: {{$429496728|-7}}
+; X32: {{$4294967280|-16}}
+; X32-NOT: {{$429496728|-7}}
+; RUN: llc < %s -mtriple=x86_64-linux | FileCheck %s -check-prefix=X64
+; X64: -16
define void @t() nounwind {
A:
OpenPOWER on IntegriCloud