[cfe-commits] r111316 - /cfe/trunk/lib/Basic/Targets.cpp

Sebastian Redl sebastian.redl at getdesigned.at
Tue Aug 17 15:42:34 PDT 2010


Author: cornedbee
Date: Tue Aug 17 17:42:34 2010
New Revision: 111316

URL: http://llvm.org/viewvc/llvm-project?rev=111316&view=rev
Log:
Get rid of pretty non-ASCII quotes.

Modified:
    cfe/trunk/lib/Basic/Targets.cpp

Modified: cfe/trunk/lib/Basic/Targets.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/Basic/Targets.cpp?rev=111316&r1=111315&r2=111316&view=diff
==============================================================================
--- cfe/trunk/lib/Basic/Targets.cpp (original)
+++ cfe/trunk/lib/Basic/Targets.cpp Tue Aug 17 17:42:34 2010
@@ -502,7 +502,7 @@
               // is therefore only safe to use `m' in an asm statement
               // if that asm statement accesses the operand exactly once.
               // The asm statement must also use `%U<opno>' as a
-              // placeholder for the “update” flag in the corresponding
+              // placeholder for the "update" flag in the corresponding
               // load or store instruction. For example: 
               // asm ("st%U0 %1,%0" : "=m" (mem) : "r" (val));
               // is correct but: 
@@ -512,7 +512,7 @@
     case 'e': 
       if (Name[1] != 's')
           return false;
-              // es: A “stable” memory operand; that is, one which does not
+              // es: A "stable" memory operand; that is, one which does not
               // include any automodification of the base register. Unlike
               // `m', this constraint can be used in asm statements that
               // might access the operand several times, or that might not





More information about the cfe-commits mailing list