diff options
Diffstat (limited to 'test/CodeGen/pointer-cmp-type.c')
-rw-r--r-- | test/CodeGen/pointer-cmp-type.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/pointer-cmp-type.c b/test/CodeGen/pointer-cmp-type.c index d88c091..59b2712 100644 --- a/test/CodeGen/pointer-cmp-type.c +++ b/test/CodeGen/pointer-cmp-type.c @@ -1,3 +1,3 @@ -// RUN: clang-cc -emit-llvm %s -o - | grep "icmp ult" +// RUN: %clang_cc1 -emit-llvm %s -o - | grep "icmp ult" int a(char* a, char* b) {return a<b;} |