Commit e169e66d by Jim Stichnoth

Subzero: Temporary fix for build error.

The compile error was introduced in https://codereview.chromium.org/361733002/ . BUG= none R=wala@chromium.org Review URL: https://codereview.chromium.org/376923003
parent 928f1297
......@@ -40,7 +40,7 @@ protected:
ClFlags &Flags;
// The exit status of the translation. 0 is successful. Nonzero
// otherwise.
bool ExitStatus;
int ExitStatus;
// Ideally, Func would be inside the methods that converts IR to
// functions. However, emitting the constant pool requires a valid
// Cfg object, so we need to defer deleting the last non-empty Cfg
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment