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 | 207c569cf3e8fc02af64f13943beb243f4b32a6a (patch) | |
tree | ae88ab114afb56a68ab0ae6be783572888838070 /llvm/lib | |
parent | 08ec0a81227900e660883b4ddc0e085eb551d08a (diff) | |
download | bcm5719-llvm-207c569cf3e8fc02af64f13943beb243f4b32a6a.tar.gz bcm5719-llvm-207c569cf3e8fc02af64f13943beb243f4b32a6a.zip |
whitespace
llvm-svn: 161469
Diffstat (limited to 'llvm/lib')
-rw-r--r-- | llvm/lib/Target/ARM/ARMSubtarget.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/ARM/ARMSubtarget.h b/llvm/lib/Target/ARM/ARMSubtarget.h index e72b06fa3fc..e06c7c770ab 100644 --- a/llvm/lib/Target/ARM/ARMSubtarget.h +++ b/llvm/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; |