diff options
author | Bill Wendling <isanbard@gmail.com> | 2008-09-16 06:30:47 +0000 |
---|---|---|
committer | Bill Wendling <isanbard@gmail.com> | 2008-09-16 06:30:47 +0000 |
commit | 4fc2b73eb3053f687f4b72adb1c97b0e53283322 (patch) | |
tree | 7a2f59b0797d3eec36f3ce67b10b564b905cfea2 | |
parent | 1937e2f6ca0e6a04c4ad5fdb5b606b5ed9533e74 (diff) |
Remove space that was forgotten.`
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@56240 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | test/FrontendC/2006-01-16-BitCountIntrinsicsUnsigned.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/FrontendC/2006-01-16-BitCountIntrinsicsUnsigned.c b/test/FrontendC/2006-01-16-BitCountIntrinsicsUnsigned.c index 598ffb5132..8a3928c52d 100644 --- a/test/FrontendC/2006-01-16-BitCountIntrinsicsUnsigned.c +++ b/test/FrontendC/2006-01-16-BitCountIntrinsicsUnsigned.c @@ -1,4 +1,4 @@ -// RUN: %llvmgcc -S %s -o - | grep {llvm.ctlz.i32( i32} | count 2 +// RUN: %llvmgcc -S %s -o - | grep {llvm.ctlz.i32(i32} | count 2 // RUN: %llvmgcc -S %s -o - | grep {llvm.ctlz.i32(i32} | count 1 unsigned t2(unsigned X) { |