mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Remove a change which accidentially went into the previous commit
Swift SVN r22276
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user