mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-13 23:20:41 +00:00
For PR1336:
This test was failing because of signlessness and a difference in the way the AsmWriter prints arguments. llvm-svn: 36098
This commit is contained in:
parent
7b1de4b863
commit
ade540a97e
@ -1,5 +1,5 @@
|
||||
// RUN: %llvmgcc -S %s -o - | grep {llvm.ctlz.i32(i32} | wc -l | grep 2
|
||||
// XFAIL: *
|
||||
// RUN: %llvmgcc -S %s -o - | grep {llvm.ctlz.i32( i32} | wc -l | grep 2
|
||||
// RUN: %llvmgcc -S %s -o - | grep {llvm.ctlz.i32(i32} | wc -l | grep 1
|
||||
|
||||
unsigned t2(unsigned X) {
|
||||
return __builtin_clz(X);
|
||||
|
Loading…
x
Reference in New Issue
Block a user