| Index: crosstest/test_bitmanip_intrin.ll
|
| diff --git a/crosstest/test_bitmanip_intrin.ll b/crosstest/test_bitmanip_intrin.ll
|
| index 23df5382885ad720da478d12906847a26d8058fc..cce36f27c1668f870e0e5289692347e7f53ca754 100644
|
| --- a/crosstest/test_bitmanip_intrin.ll
|
| +++ b/crosstest/test_bitmanip_intrin.ll
|
| @@ -4,8 +4,6 @@
|
| ; Also, normalize the intrinsic to take a single parameter when there
|
| ; can be two, as is the case for ctlz and cttz.
|
|
|
| -target triple = "i686-pc-linux-gnu"
|
| -
|
| declare i32 @llvm.ctlz.i32(i32, i1)
|
| declare i64 @llvm.ctlz.i64(i64, i1)
|
|
|
|
|