diff options
author | Daniel Dunbar <daniel@zuster.org> | 2013-08-16 23:30:19 +0000 |
---|---|---|
committer | Daniel Dunbar <daniel@zuster.org> | 2013-08-16 23:30:19 +0000 |
commit | 13230064236e0cb916cefddcd75bd55d9ce15c41 (patch) | |
tree | 8c2aedee28ccf91c596c230d4407ae8420784dfe /include/llvm/CodeGen/MachineRelocation.h | |
parent | 80f60610826158dcbfbeb5c235ca0ea673d23281 (diff) | |
download | external_llvm-13230064236e0cb916cefddcd75bd55d9ce15c41.tar.gz external_llvm-13230064236e0cb916cefddcd75bd55d9ce15c41.tar.bz2 external_llvm-13230064236e0cb916cefddcd75bd55d9ce15c41.zip |
[typo] An LLVM.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@188589 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/CodeGen/MachineRelocation.h')
-rw-r--r-- | include/llvm/CodeGen/MachineRelocation.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/CodeGen/MachineRelocation.h b/include/llvm/CodeGen/MachineRelocation.h index 244b466e17..e778457451 100644 --- a/include/llvm/CodeGen/MachineRelocation.h +++ b/include/llvm/CodeGen/MachineRelocation.h @@ -57,7 +57,7 @@ class MachineRelocation { union { void *Result; // If this has been resolved to a resolved pointer GlobalValue *GV; // If this is a pointer to a GV or an indirect ref. - MachineBasicBlock *MBB; // If this is a pointer to a LLVM BB + MachineBasicBlock *MBB; // If this is a pointer to an LLVM BB const char *ExtSym; // If this is a pointer to a named symbol unsigned Index; // Constant pool / jump table index unsigned GOTIndex; // Index in the GOT of this symbol/global |