commit | 660c02c239bbb0c1c041ad610d6015c261e9675d | [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 | 4647aea4cfcfac5cefd349383426a86f1da6345c | |
parent | a35c6a73b868cfaa0f8839cecf2baccb0e5c9ee7 [diff] [blame] |
Fix edito in the PseudoSourceValue name list. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@53562 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/CodeGen/PseudoSourceValue.cpp b/lib/CodeGen/PseudoSourceValue.cpp index ea704e6..2799554 100644 --- a/lib/CodeGen/PseudoSourceValue.cpp +++ b/lib/CodeGen/PseudoSourceValue.cpp
@@ -32,7 +32,7 @@ static const char *const PSVNames[] = { "Stack", "GOT", - "JumpTable" + "JumpTable", "ConstantPool" };