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

Unified Diff: src/IceAssemblerARM32.h

Issue 1484023002: Fix nits from previous CLs. (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Patch Set: Fix formatting. 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 | « no previous file | src/IceAssemblerARM32.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/IceAssemblerARM32.h
diff --git a/src/IceAssemblerARM32.h b/src/IceAssemblerARM32.h
index 5762db79700cf9a6dc1a4c7da70e31a60e4c2348..b8cf323a57fe6d70ae0607d1e9c303a109df7efb 100644
--- a/src/IceAssemblerARM32.h
+++ b/src/IceAssemblerARM32.h
@@ -109,7 +109,7 @@ public:
MoveRelocatableFixup *createMoveFixup(bool IsMovW, const Constant *Value);
- BlRelocatableFixup *createBlFixup(const ConstantRelocatable *Target);
+ BlRelocatableFixup *createBlFixup(const ConstantRelocatable *BlTarget);
void alignFunction() override {
const SizeT Align = 1 << getBundleAlignLog2Bytes();
« no previous file with comments | « no previous file | src/IceAssemblerARM32.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698