mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Delete the unused performXXX() functions.
Swift SVN r13531
This commit is contained in:
@@ -627,10 +627,6 @@ static bool removeUnreachableBlocks(SILFunction &F, SILModule &M,
|
||||
return true;
|
||||
}
|
||||
|
||||
//===----------------------------------------------------------------------===//
|
||||
// Top Level Driver
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
void swift::performSILDeadCodeElimination(SILModule *M) {
|
||||
for (auto &Fn : *M) {
|
||||
DEBUG(llvm::errs() << "*** Dead Code Elimination processing: "
|
||||
@@ -687,4 +683,3 @@ class DCE : public SILModuleTrans {
|
||||
SILTransform *swift::createDCE() {
|
||||
return new DCE();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user