forked from OSchip/llvm-project
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
e3dbe62579
commit
59d3ca99b6
|
@ -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…
Reference in New Issue