diff options
author | Alon Zakai <alonzakai@gmail.com> | 2013-11-22 14:04:28 -0800 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2013-11-22 14:04:28 -0800 |
commit | 4da54cecab3a48a463c4a7ad47522d02b542e4ca (patch) | |
tree | 806221b1713f722607acd0c610680e40625dd11b /lib/Target/CppBackend/Relooper.cpp | |
parent | 7d6042bd5482cf9c546e9d2ec6aae781de3404a8 (diff) |
update relooper and fix indentation and empty lines
Diffstat (limited to 'lib/Target/CppBackend/Relooper.cpp')
-rw-r--r-- | lib/Target/CppBackend/Relooper.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/Target/CppBackend/Relooper.cpp b/lib/Target/CppBackend/Relooper.cpp index 07b3631141..d2a48f6356 100644 --- a/lib/Target/CppBackend/Relooper.cpp +++ b/lib/Target/CppBackend/Relooper.cpp @@ -71,11 +71,7 @@ static int AsmJS = 0; // Indenter -#if EMSCRIPTEN int Indenter::CurrIndent = 1; -#else -int Indenter::CurrIndent = 0; -#endif // Branch |