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

Unified Diff: src/IceConverter.cpp

Issue 877003003: Subzero: Use a "known" version of clang-format. (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Patch Set: Fix wildcards Created 5 years, 11 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
Index: src/IceConverter.cpp
diff --git a/src/IceConverter.cpp b/src/IceConverter.cpp
index 0bbcfb739642e4357fab2378a337c0ac16cb7461..0be0f28dc1a5420ade5f9b412e5af942e21b31ab 100644
--- a/src/IceConverter.cpp
+++ b/src/IceConverter.cpp
@@ -690,7 +690,7 @@ void LLVM2ICEGlobalsConverter::convertGlobalsToIce(
const GlobalVariable *GV = I;
Ice::GlobalDeclaration *Var = getConverter().getGlobalDeclaration(GV);
- Ice::VariableDeclaration* VarDecl = cast<Ice::VariableDeclaration>(Var);
+ Ice::VariableDeclaration *VarDecl = cast<Ice::VariableDeclaration>(Var);
VariableDeclarations.push_back(VarDecl);
if (!GV->hasInternalLinkage() && GV->hasInitializer()) {

Powered by Google App Engine
This is Rietveld 408576698