aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2014-04-29 14:07:31 -0700
committerAlon Zakai <alonzakai@gmail.com>2014-04-29 14:07:31 -0700
commitcf3c2370c8c87d5183fd76e58bfed7c4ce8b9944 (patch)
treec16f353b9469c989fe6518bed9cd9c5597f8232b /lib
parentca067f13c6c365b172afc2c500b4d08b5d06cdd5 (diff)
relooper update
Diffstat (limited to 'lib')
-rw-r--r--lib/Target/JSBackend/Relooper.cpp6
1 files changed, 1 insertions, 5 deletions
diff --git a/lib/Target/JSBackend/Relooper.cpp b/lib/Target/JSBackend/Relooper.cpp
index cd001df983..568dd381d9 100644
--- a/lib/Target/JSBackend/Relooper.cpp
+++ b/lib/Target/JSBackend/Relooper.cpp
@@ -324,11 +324,7 @@ void MultipleShape::RenderLoopPrefix() {
}
} else {
if (Labeled) {
- if (UseSwitch) {
- PrintIndented("L%d: ", Id);
- } else {
- PrintIndented("L%d: do {\n", Id);
- }
+ PrintIndented("L%d: do {\n", Id);
} else {
PrintIndented("do {\n");
}