Index: src/IceTranslator.h |
diff --git a/src/IceTranslator.h b/src/IceTranslator.h |
index 0450f0932035de4cf110f4fcbc8136faab9a1bd3..648faeaf5f71369b98431700343e832358133a8f 100644 |
--- a/src/IceTranslator.h |
+++ b/src/IceTranslator.h |
@@ -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 |