| 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()) {
|
|
|