1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 11:42:57 +01:00

Fix a typo.

llvm-svn: 48317
This commit is contained in:
Dan Gohman 2008-03-13 01:58:48 +00:00
parent 971fdb877c
commit 548e24d9ae

View File

@ -83,7 +83,7 @@ public:
bool doFinalization(Function &F);
virtual const char *getPassName() const {
return "BasicBlock Pass Manager";
return "BasicBlock Pass Manager";
}
// Print passes managed by this manager