summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBob Wilson <bob.wilson@apple.com>2011-01-15 00:09:18 +0000
committerBob Wilson <bob.wilson@apple.com>2011-01-15 00:09:18 +0000
commitb7a3c42eae5a6409ce984949e83d19f835f47afd (patch)
treeccc454d42bbd2745ecc3cc3b72688272c0e6838f
parent2ab0a5858f83475d652e95ddd7dcad15a609ded7 (diff)
downloadbcm5719-llvm-b7a3c42eae5a6409ce984949e83d19f835f47afd.tar.gz
bcm5719-llvm-b7a3c42eae5a6409ce984949e83d19f835f47afd.zip
Fix a comment.
llvm-svn: 123497
-rw-r--r--llvm/lib/Target/ARM/ARMMachineFunctionInfo.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/lib/Target/ARM/ARMMachineFunctionInfo.h b/llvm/lib/Target/ARM/ARMMachineFunctionInfo.h
index 514c26b4daf..dbb3fe2672b 100644
--- a/llvm/lib/Target/ARM/ARMMachineFunctionInfo.h
+++ b/llvm/lib/Target/ARM/ARMMachineFunctionInfo.h
@@ -22,8 +22,8 @@
namespace llvm {
-/// ARMFunctionInfo - This class is derived from MachineFunction private
-/// ARM target-specific information for each MachineFunction.
+/// ARMFunctionInfo - This class is derived from MachineFunctionInfo and
+/// contains private ARM-specific information for each MachineFunction.
class ARMFunctionInfo : public MachineFunctionInfo {
/// isThumb - True if this function is compiled under Thumb mode.
OpenPOWER on IntegriCloud