diff options
author | Dan Gohman <gohman@apple.com> | 2008-07-14 17:45:47 +0000 |
---|---|---|
committer | Dan Gohman <gohman@apple.com> | 2008-07-14 17:45:47 +0000 |
commit | 793357b115330134c018ac375a0c5f45cc28a1b8 (patch) | |
tree | b0288c7a72492bdb552a6c92c1723ef4efced17c /llvm/lib/CodeGen/PseudoSourceValue.cpp | |
parent | 0c292dbb6ce025fff677aede8183ec8bb071f564 (diff) | |
download | bcm5719-llvm-793357b115330134c018ac375a0c5f45cc28a1b8.tar.gz bcm5719-llvm-793357b115330134c018ac375a0c5f45cc28a1b8.zip |
Fix edito in the PseudoSourceValue name list.
llvm-svn: 53562
Diffstat (limited to 'llvm/lib/CodeGen/PseudoSourceValue.cpp')
-rw-r--r-- | llvm/lib/CodeGen/PseudoSourceValue.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/PseudoSourceValue.cpp b/llvm/lib/CodeGen/PseudoSourceValue.cpp index ea704e6e9c4..27995547c60 100644 --- a/llvm/lib/CodeGen/PseudoSourceValue.cpp +++ b/llvm/lib/CodeGen/PseudoSourceValue.cpp @@ -32,7 +32,7 @@ namespace llvm { static const char *const PSVNames[] = { "Stack", "GOT", - "JumpTable" + "JumpTable", "ConstantPool" }; |