From 2b062994a62a5e1db930e52f46e734f3d8c87a29 Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Mon, 14 Jul 2008 17:45:47 +0000 Subject: [PATCH] Fix edito in the PseudoSourceValue name list. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@53562 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/CodeGen/PseudoSourceValue.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" };