[llvm-commits] [llvm] r53562 - /llvm/trunk/lib/CodeGen/PseudoSourceValue.cpp

Dan Gohman gohman at apple.com
Mon Jul 14 10:45:47 PDT 2008


Author: djg
Date: Mon Jul 14 12:45:47 2008
New Revision: 53562

URL: http://llvm.org/viewvc/llvm-project?rev=53562&view=rev
Log:
Fix edito in the PseudoSourceValue name list.

Modified:
    llvm/trunk/lib/CodeGen/PseudoSourceValue.cpp

Modified: llvm/trunk/lib/CodeGen/PseudoSourceValue.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/CodeGen/PseudoSourceValue.cpp?rev=53562&r1=53561&r2=53562&view=diff

==============================================================================
--- llvm/trunk/lib/CodeGen/PseudoSourceValue.cpp (original)
+++ llvm/trunk/lib/CodeGen/PseudoSourceValue.cpp Mon Jul 14 12:45:47 2008
@@ -32,7 +32,7 @@
   static const char *const PSVNames[] = {
     "Stack",
     "GOT",
-    "JumpTable"
+    "JumpTable",
     "ConstantPool"
   };
 





More information about the llvm-commits mailing list