diff options
Diffstat (limited to 'llvm/lib/Target/ARM/ARMFeatures.h')
-rw-r--r-- | llvm/lib/Target/ARM/ARMFeatures.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/ARM/ARMFeatures.h b/llvm/lib/Target/ARM/ARMFeatures.h index 5b4a44c7203..0c910ab6130 100644 --- a/llvm/lib/Target/ARM/ARMFeatures.h +++ b/llvm/lib/Target/ARM/ARMFeatures.h @@ -92,6 +92,6 @@ inline bool isV8EligibleForIT(InstrType *Instr) { } } -} // namespace llvm +} #endif |