summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2008-07-14 17:45:47 +0000
committerDan Gohman <gohman@apple.com>2008-07-14 17:45:47 +0000
commit2b062994a62a5e1db930e52f46e734f3d8c87a29 (patch)
tree4647aea4cfcfac5cefd349383426a86f1da6345c /lib
parentcebf59b4a972a5363ccedc8d8b91437dbe5396b4 (diff)
downloadllvm-2b062994a62a5e1db930e52f46e734f3d8c87a29.tar.gz
llvm-2b062994a62a5e1db930e52f46e734f3d8c87a29.tar.bz2
llvm-2b062994a62a5e1db930e52f46e734f3d8c87a29.tar.xz
Fix edito in the PseudoSourceValue name list.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@53562 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib')
-rw-r--r--lib/CodeGen/PseudoSourceValue.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/CodeGen/PseudoSourceValue.cpp b/lib/CodeGen/PseudoSourceValue.cpp
index ea704e6e9c..27995547c6 100644
--- a/lib/CodeGen/PseudoSourceValue.cpp
+++ b/lib/CodeGen/PseudoSourceValue.cpp
@@ -32,7 +32,7 @@ namespace llvm {
static const char *const PSVNames[] = {
"Stack",
"GOT",
- "JumpTable"
+ "JumpTable",
"ConstantPool"
};