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

Unified Diff: lib/Target/ARM/ARM.h

Issue 14607004: Insert denominator zero checks for NaCl (Closed) Base URL: http://git.chromium.org/native_client/pnacl-llvm.git@master
Patch Set: Incorporate review comments and add test Created 7 years, 8 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 | lib/Target/ARM/ARMNaClDivideCheck.cpp » ('j') | lib/Target/ARM/ARMNaClDivideCheck.cpp » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/Target/ARM/ARM.h
diff --git a/lib/Target/ARM/ARM.h b/lib/Target/ARM/ARM.h
index 0ad418367953fe5cfe2f53ae0b5a8907d7426acf..2429c702ff5300ec20a655b7eef00c671f5ead2c 100644
--- a/lib/Target/ARM/ARM.h
+++ b/lib/Target/ARM/ARM.h
@@ -48,6 +48,7 @@ FunctionPass *createThumb2ITBlockPass();
FunctionPass *createThumb2SizeReductionPass();
/* @LOCALMOD-START */
+FunctionPass *createARMNaClDivideCheckPass();
FunctionPass *createARMNaClRewritePass();
/* @LOCALMOD-END */
« no previous file with comments | « no previous file | lib/Target/ARM/ARMNaClDivideCheck.cpp » ('j') | lib/Target/ARM/ARMNaClDivideCheck.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698