summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorAndrew Trick <atrick@apple.com>2012-08-08 02:44:08 +0000
committerAndrew Trick <atrick@apple.com>2012-08-08 02:44:08 +0000
commitd598bd3aeea64fb0d2d3bd18de739a8a59cf043d (patch)
treec3b0e96b6e0c0ca624cd588ae733c57203a136b4 /lib
parent1b88fc012240d10af5a80571aa8def36796f7b18 (diff)
downloadllvm-d598bd3aeea64fb0d2d3bd18de739a8a59cf043d.tar.gz
llvm-d598bd3aeea64fb0d2d3bd18de739a8a59cf043d.tar.bz2
llvm-d598bd3aeea64fb0d2d3bd18de739a8a59cf043d.tar.xz
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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/ARM/ARMSubtarget.h b/lib/Target/ARM/ARMSubtarget.h
index e72b06fa3f..e06c7c770a 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;