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

Commit 3ce045c

Browse files
committed
tiny indentation fix
1 parent 2334815 commit 3ce045c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Target/JSBackend/JSBackend.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -562,7 +562,7 @@ std::string JSWriter::getPhiCode(const BasicBlock *From, const BasicBlock *To) {
562562
// break a cycle
563563
std::string depString = dep->second;
564564
std::string temp = curr + "$phi";
565-
pre += getAdHocAssign(temp, V->getType()) + CV + ';';
565+
pre += getAdHocAssign(temp, V->getType()) + CV + ';';
566566
CV = temp;
567567
deps.erase(curr);
568568
undeps.erase(depString);

0 commit comments

Comments
 (0)