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

Unified Diff: src/IceOperand.cpp

Issue 1435363002: Merge fixed alloca stack adjustments into the prolog (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Patch Set: Final code review comments Created 5 years, 1 month 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 | « src/IceOperand.h ('k') | src/IceTargetLowering.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/IceOperand.cpp
diff --git a/src/IceOperand.cpp b/src/IceOperand.cpp
index e66a995d788dfdf672946739f9553dad44fc26d1..bb16967e2bc4b8498373b2e8ecf80f61d40739dc 100644
--- a/src/IceOperand.cpp
+++ b/src/IceOperand.cpp
@@ -487,7 +487,8 @@ void ConstantRelocatable::emit(TargetLowering *Target) const {
Target->emit(this);
}
-void ConstantRelocatable::emitWithoutPrefix(TargetLowering *Target) const {
+void ConstantRelocatable::emitWithoutPrefix(
+ const TargetLowering *Target) const {
Target->emitWithoutPrefix(this);
}
« no previous file with comments | « src/IceOperand.h ('k') | src/IceTargetLowering.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698