[llvm-commits] [llvm] r85065 - /llvm/trunk/lib/Target/ARM/ARMTargetMachine.h

Jim Grosbach grosbach at apple.com
Sun Oct 25 12:14:48 PDT 2009


Author: grosbach
Date: Sun Oct 25 14:14:48 2009
New Revision: 85065

URL: http://llvm.org/viewvc/llvm-project?rev=85065&view=rev
Log:
of -> or

Modified:
    llvm/trunk/lib/Target/ARM/ARMTargetMachine.h

Modified: llvm/trunk/lib/Target/ARM/ARMTargetMachine.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/ARM/ARMTargetMachine.h?rev=85065&r1=85064&r2=85065&view=diff

==============================================================================
--- llvm/trunk/lib/Target/ARM/ARMTargetMachine.h (original)
+++ llvm/trunk/lib/Target/ARM/ARMTargetMachine.h Sun Oct 25 14:14:48 2009
@@ -103,7 +103,7 @@
   ThumbTargetMachine(const Target &T, const std::string &TT,
                      const std::string &FS);
 
-  /// returns either Thumb1RegisterInfo of Thumb2RegisterInfo
+  /// returns either Thumb1RegisterInfo or Thumb2RegisterInfo
   virtual const ARMBaseRegisterInfo *getRegisterInfo() const {
     return &InstrInfo->getRegisterInfo();
   }





More information about the llvm-commits mailing list