Skip to content
This repository was archived by the owner on Nov 1, 2021. It is now read-only.

Commit cf3c237

Browse files
committedApr 29, 2014
relooper update
1 parent ca067f1 commit cf3c237

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed
 

‎lib/Target/JSBackend/Relooper.cpp

+1-5
Original file line numberDiff line numberDiff line change
@@ -324,11 +324,7 @@ void MultipleShape::RenderLoopPrefix() {
324324
}
325325
} else {
326326
if (Labeled) {
327-
if (UseSwitch) {
328-
PrintIndented("L%d: ", Id);
329-
} else {
330-
PrintIndented("L%d: do {\n", Id);
331-
}
327+
PrintIndented("L%d: do {\n", Id);
332328
} else {
333329
PrintIndented("do {\n");
334330
}

0 commit comments

Comments
 (0)
This repository has been archived.