Fix edito in the PseudoSourceValue name list.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@53562 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Dan Gohman 2008-07-14 17:45:47 +00:00
parent cebf59b4a9
commit 2b062994a6

View File

@ -32,7 +32,7 @@ namespace llvm {
static const char *const PSVNames[] = {
"Stack",
"GOT",
"JumpTable"
"JumpTable",
"ConstantPool"
};