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