mirror of
https://github.com/RPCSX/llvm.git
synced 2025-01-31 17:42:40 +00:00
Fix edito in the PseudoSourceValue name list.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@53562 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
cebf59b4a9
commit
2b062994a6
@ -32,7 +32,7 @@ namespace llvm {
|
||||
static const char *const PSVNames[] = {
|
||||
"Stack",
|
||||
"GOT",
|
||||
"JumpTable"
|
||||
"JumpTable",
|
||||
"ConstantPool"
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user