test commit.
authorIain Sandoe <iain@codesourcery.com>
Fri, 13 Dec 2013 15:46:48 +0000 (15:46 +0000)
committerIain Sandoe <iain@codesourcery.com>
Fri, 13 Dec 2013 15:46:48 +0000 (15:46 +0000)
Amend a comment.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@197237 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/PowerPC/MCTargetDesc/PPCMCAsmInfo.cpp

index e2f84ba10b3e3748da47e51589e32951fc4ce3d4..fcd22fa5dafa521d1191f898ed66f6c3ad1ff6c2 100644 (file)
@@ -33,7 +33,7 @@ PPCMCAsmInfoDarwin::PPCMCAsmInfoDarwin(bool is64Bit, const Triple& T) {
   AssemblerDialect = 1;           // New-Style mnemonics.
   SupportsDebugInformation= true; // Debug information.
 
-  // old assembler lacks some directives
+  // The installed assembler for OSX < 10.6 lacks some directives.
   // FIXME: this should really be a check on the assembler characteristics
   // rather than OS version
   if (T.isMacOSX() && T.isMacOSXVersionLT(10, 6))