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

Unified Diff: crosstest/test_arith_frem.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/runtests.sh ('k') | crosstest/test_arith_sqrt.ll » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: crosstest/test_arith_frem.ll
diff --git a/crosstest/test_arith_frem.ll b/crosstest/test_arith_frem.ll
index bb0590d0eb879a8beeee00b20da992039bd83b8c..42114d4fbc88e1e70cd1a84462a874b1e4cdbc90 100644
--- a/crosstest/test_arith_frem.ll
+++ b/crosstest/test_arith_frem.ll
@@ -1,5 +1,3 @@
-target triple = "i686-pc-linux-gnu"
-
define float @_Z6myFremff(float %a, float %b) {
%rem = frem float %a, %b
ret float %rem
« no previous file with comments | « crosstest/runtests.sh ('k') | crosstest/test_arith_sqrt.ll » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698