Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(272)

Unified Diff: crosstest/test_bitmanip_intrin.ll

Issue 973823003: Subzero: Run sandboxed cross tests, and do some cleanup. (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Patch Set: Fix TODO. Fix accidentally reverted required change. Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « crosstest/test_arith_sqrt.ll ('k') | crosstest/test_cast_to_u1.ll » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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)
« no previous file with comments | « crosstest/test_arith_sqrt.ll ('k') | crosstest/test_cast_to_u1.ll » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698