Fix a copy & paste error from long ago.

llvm-svn: 27800
This commit is contained in:
Nate Begeman 2006-04-18 16:03:18 +00:00
parent 89e761c19d
commit f776fc2c98
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ public:
}
/// print - Used by the MachineFunction printer to print information about
/// stack objects. Implemented in MachineFunction.cpp
/// constant pool objects. Implemented in MachineFunction.cpp
///
void print(std::ostream &OS) const;