Fix a copy & paste error from long ago.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@27800 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Nate Begeman 2006-04-18 16:03:18 +00:00
parent 738bd3031c
commit 6baa2b7220

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;