diff options
author | Andrew Trick <atrick@apple.com> | 2012-08-08 02:44:08 +0000 |
---|---|---|
committer | Andrew Trick <atrick@apple.com> | 2012-08-08 02:44:08 +0000 |
commit | d598bd3aeea64fb0d2d3bd18de739a8a59cf043d (patch) | |
tree | c3b0e96b6e0c0ca624cd588ae733c57203a136b4 /lib | |
parent | 1b88fc012240d10af5a80571aa8def36796f7b18 (diff) | |
download | external_llvm-d598bd3aeea64fb0d2d3bd18de739a8a59cf043d.zip external_llvm-d598bd3aeea64fb0d2d3bd18de739a8a59cf043d.tar.gz external_llvm-d598bd3aeea64fb0d2d3bd18de739a8a59cf043d.tar.bz2 |
whitespace
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@161469 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Target/ARM/ARMSubtarget.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/ARM/ARMSubtarget.h b/lib/Target/ARM/ARMSubtarget.h index e72b06f..e06c7c7 100644 --- a/lib/Target/ARM/ARMSubtarget.h +++ b/lib/Target/ARM/ARMSubtarget.h @@ -74,7 +74,7 @@ protected: /// HasThumb2 - True if Thumb2 instructions are supported. bool HasThumb2; - /// IsMClass - True if the subtarget belongs to the 'M' profile of CPUs - + /// IsMClass - True if the subtarget belongs to the 'M' profile of CPUs - /// v6m, v7m for example. bool IsMClass; |