aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/ARM/ARMTargetAsmInfo.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Target/ARM/ARMTargetAsmInfo.h')
-rw-r--r--lib/Target/ARM/ARMTargetAsmInfo.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/Target/ARM/ARMTargetAsmInfo.h b/lib/Target/ARM/ARMTargetAsmInfo.h
index 4edb1d2e43..3fb9bb0066 100644
--- a/lib/Target/ARM/ARMTargetAsmInfo.h
+++ b/lib/Target/ARM/ARMTargetAsmInfo.h
@@ -23,6 +23,8 @@ namespace llvm {
struct ARMTargetAsmInfo : public TargetAsmInfo {
ARMTargetAsmInfo(const ARMTargetMachine &TM);
+
+ bool isThumb;
};