commit | 793357b115330134c018ac375a0c5f45cc28a1b8 | [log] [tgz] |
---|---|---|
author | Dan Gohman <gohman@apple.com> | Mon Jul 14 17:45:47 2008 +0000 |
committer | Dan Gohman <gohman@apple.com> | Mon Jul 14 17:45:47 2008 +0000 |
tree | b0288c7a72492bdb552a6c92c1723ef4efced17c | |
parent | 0c292dbb6ce025fff677aede8183ec8bb071f564 [diff] [blame] |
Fix edito in the PseudoSourceValue name list. llvm-svn: 53562
diff --git a/llvm/lib/CodeGen/PseudoSourceValue.cpp b/llvm/lib/CodeGen/PseudoSourceValue.cpp index ea704e6..2799554 100644 --- a/llvm/lib/CodeGen/PseudoSourceValue.cpp +++ b/llvm/lib/CodeGen/PseudoSourceValue.cpp
@@ -32,7 +32,7 @@ static const char *const PSVNames[] = { "Stack", "GOT", - "JumpTable" + "JumpTable", "ConstantPool" };