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:
@@ -809,14 +809,6 @@ static bool CCPFunctionBody(SILFunction &F) {
|
||||
return false;
|
||||
}
|
||||
|
||||
//===----------------------------------------------------------------------===//
|
||||
// Top Level Driver
|
||||
//===----------------------------------------------------------------------===//
|
||||
void swift::performSILConstantPropagation(SILModule *M) {
|
||||
for (auto &Fn : *M)
|
||||
CCPFunctionBody(Fn);
|
||||
}
|
||||
|
||||
class ConstantPropagation : public SILFunctionTrans {
|
||||
virtual ~ConstantPropagation() {}
|
||||
|
||||
@@ -830,4 +822,3 @@ class ConstantPropagation : public SILFunctionTrans {
|
||||
SILTransform *swift::createConstantPropagation() {
|
||||
return new ConstantPropagation();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user