From: Dan Gohman Date: Mon, 14 Jul 2008 17:45:47 +0000 (+0000) Subject: Fix edito in the PseudoSourceValue name list. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=2b062994a62a5e1db930e52f46e734f3d8c87a29;p=oota-llvm.git 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 ea704e6e9c4..27995547c60 100644 --- a/lib/CodeGen/PseudoSourceValue.cpp +++ b/lib/CodeGen/PseudoSourceValue.cpp @@ -32,7 +32,7 @@ namespace llvm { static const char *const PSVNames[] = { "Stack", "GOT", - "JumpTable" + "JumpTable", "ConstantPool" };