mirror of
https://github.com/RPCSX/llvm.git
synced 2024-12-13 06:38:44 +00:00
Delete trailing whitespace
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@302479 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
c4c34cce40
commit
447ca1ab6d
@ -26,7 +26,7 @@ namespace {
|
||||
InstNamer() : FunctionPass(ID) {
|
||||
initializeInstNamerPass(*PassRegistry::getPassRegistry());
|
||||
}
|
||||
|
||||
|
||||
void getAnalysisUsage(AnalysisUsage &Info) const override {
|
||||
Info.setPreservesAll();
|
||||
}
|
||||
@ -48,11 +48,11 @@ namespace {
|
||||
return true;
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
char InstNamer::ID = 0;
|
||||
}
|
||||
|
||||
INITIALIZE_PASS(InstNamer, "instnamer",
|
||||
INITIALIZE_PASS(InstNamer, "instnamer",
|
||||
"Assign names to anonymous instructions", false, false)
|
||||
char &llvm::InstructionNamerID = InstNamer::ID;
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
Loading…
Reference in New Issue
Block a user