summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGen
diff options
context:
space:
mode:
authorEric Christopher <echristo@gmail.com>2015-01-16 22:03:52 +0000
committerEric Christopher <echristo@gmail.com>2015-01-16 22:03:52 +0000
commit49b425d9d291275bbd68ef975542e714441b2554 (patch)
tree5221442b44ab929f75827d1cfc96f8ceadc7e134 /clang/test/CodeGen
parent7b269d0af5d577feeb3f5bcd7ee1102c0986f79e (diff)
downloadbcm5719-llvm-49b425d9d291275bbd68ef975542e714441b2554.tar.gz
bcm5719-llvm-49b425d9d291275bbd68ef975542e714441b2554.zip
Remove pathname dependence. Also rewrite test to use FileCheck
at the same time. Patch by David Callahan. llvm-svn: 226331
Diffstat (limited to 'clang/test/CodeGen')
-rw-r--r--clang/test/CodeGen/2004-06-17-UnorderedCompares.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/clang/test/CodeGen/2004-06-17-UnorderedCompares.c b/clang/test/CodeGen/2004-06-17-UnorderedCompares.c
index 7d2ba961474..2c80180d2c8 100644
--- a/clang/test/CodeGen/2004-06-17-UnorderedCompares.c
+++ b/clang/test/CodeGen/2004-06-17-UnorderedCompares.c
@@ -1,4 +1,6 @@
-// RUN: %clang_cc1 -std=c99 %s -emit-llvm -o - | grep -v llvm.isunordered | not grep call
+// RUN: %clang_cc1 -std=c99 %s -emit-llvm -o - | FileCheck %s
+// CHECK: @Test
+// CHECK-NOT: call
_Bool A, B, C, D, E, F;
void TestF(float X, float Y) {
OpenPOWER on IntegriCloud