Chromium Code Reviews| Index: src/PNaClTranslator.cpp |
| diff --git a/src/PNaClTranslator.cpp b/src/PNaClTranslator.cpp |
| index e87e0aa2b2cfb6254a016e05fd1c988d463e49c5..f1d82e4a0cbc8ee42118709a95dc71a037d89f79 100644 |
| --- a/src/PNaClTranslator.cpp |
| +++ b/src/PNaClTranslator.cpp |
| @@ -946,7 +946,7 @@ private: |
| // Recover since we can't throw an exception. |
| Ty = Ice::IceType_i32; |
| } |
| - return Func->makeVariable(Ty, CurrentNode); |
| + return Func->makeVariable(Ty); |
| } |
| // Generates the next available local variable using the given type. |