diff options
Diffstat (limited to 'lib/Target/X86/X86Relocations.h')
-rw-r--r-- | lib/Target/X86/X86Relocations.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/X86/X86Relocations.h b/lib/Target/X86/X86Relocations.h index 7a5f1a6884..bc1efabc7a 100644 --- a/lib/Target/X86/X86Relocations.h +++ b/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 }; } } |