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

Unified Diff: runtime/szrt_i686.ll

Issue 944333002: Subzero: Update tests and build scripts for sandboxing. (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Patch Set: More code review changes 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 | « runtime/szrt.cpp ('k') | runtime/szrt_ll.ll » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/szrt_i686.ll
diff --git a/runtime/szrt_i686.ll b/runtime/szrt_i686.ll
deleted file mode 100644
index 9877f48d5aca1ec5db6d787ab4d0d7d90289adba..0000000000000000000000000000000000000000
--- a/runtime/szrt_i686.ll
+++ /dev/null
@@ -1,13 +0,0 @@
-target triple = "i386-unknown-linux-gnu"
-
-define <4 x float> @Sz_uitofp_v4i32(<4 x i32> %a) {
-entry:
- %0 = uitofp <4 x i32> %a to <4 x float>
- ret <4 x float> %0
-}
-
-define <4 x i32> @Sz_fptoui_v4f32(<4 x float> %a) {
-entry:
- %0 = fptoui <4 x float> %a to <4 x i32>
- ret <4 x i32> %0
-}
« no previous file with comments | « runtime/szrt.cpp ('k') | runtime/szrt_ll.ll » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698