Fix a typo, thanks Bill!

llvm-svn: 34741
This commit is contained in:
Nate Begeman 2007-02-28 09:16:38 +00:00
parent e0232ec706
commit 37dc4b5bb3
1 changed files with 1 additions and 1 deletions

View File

@ -107,7 +107,7 @@ namespace llvm {
virtual intptr_t getConstantPoolEntryAddress(unsigned Index) const {
assert(CPLocations.size() > Index && "CP not emitted!");
return CPLocations[Index];\
return CPLocations[Index];
}
virtual intptr_t getJumpTableEntryAddress(unsigned Index) const {
assert(JTLocations.size() > Index && "JT not emitted!");