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

Unified Diff: runtime/szrt.c

Issue 945953002: Subzero: Translate the unreachable bitcode directly to ud2. (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Patch Set: 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 | « no previous file | src/IceTargetLoweringX8632.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/szrt.c
diff --git a/runtime/szrt.c b/runtime/szrt.c
index d9d578a270c77c200fbd6ab211edb50eaa0b229b..472175860b7bb1ea8c33f6c8973b7150038252b4 100644
--- a/runtime/szrt.c
+++ b/runtime/szrt.c
@@ -15,8 +15,6 @@
#include <stdint.h>
#include <stdlib.h>
-void ice_unreachable(void) { abort(); }
-
uint32_t cvtftoui32(float value) { return (uint32_t)value; }
uint32_t cvtdtoui32(double value) { return (uint32_t)value; }
« no previous file with comments | « no previous file | src/IceTargetLoweringX8632.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698