Fix edito in the PseudoSourceValue name list.
authorDan Gohman <gohman@apple.com>
Mon, 14 Jul 2008 17:45:47 +0000 (17:45 +0000)
committerDan Gohman <gohman@apple.com>
Mon, 14 Jul 2008 17:45:47 +0000 (17:45 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@53562 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/PseudoSourceValue.cpp

index ea704e6e9c4953b6c5f9917a0c10f55ff176b87b..27995547c60db306592d955904d1df93e645eb55 100644 (file)
@@ -32,7 +32,7 @@ namespace llvm {
   static const char *const PSVNames[] = {
     "Stack",
     "GOT",
-    "JumpTable"
+    "JumpTable",
     "ConstantPool"
   };