diff options
Diffstat (limited to 'llvm/lib/Target/X86/X86Relocations.h')
| -rw-r--r-- | llvm/lib/Target/X86/X86Relocations.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/X86/X86Relocations.h b/llvm/lib/Target/X86/X86Relocations.h index 7a5f1a68844..bc1efabc7ab 100644 --- a/llvm/lib/Target/X86/X86Relocations.h +++ b/llvm/lib/Target/X86/X86Relocations.h @@ -25,7 +25,7 @@ namespace llvm { // reloc_absolute_word - Absolute relocation, just add the relocated value // to the value already in memory. - reloc_absolute_word = 1, + reloc_absolute_word = 1 }; } } |

