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"
   };