Remove a change which accidentially went into the previous commit

Swift SVN r22276
This commit is contained in:
Erik Eckstein
2014-09-25 08:51:15 +00:00
parent a4c7d89671
commit 502a5b4bdc

View File

@@ -83,10 +83,6 @@ SILFunction::SILFunction(SILModule &Module, SILLinkage Linkage,
else
Module.functions.push_back(this);
if (Name.find("_TTWSbSs11BooleanTypeFS_g9boolValueSb") != StringRef::npos) {
int asdf = 1;
}
// Set our BB list to have this function as its parent. This enables us to
// splice efficiently basic blocks in between functions.
BlockList.Parent = this;