]> granicus.if.org Git - clang/commitdiff
Get rid of pretty non-ASCII quotes.
authorSebastian Redl <sebastian.redl@getdesigned.at>
Tue, 17 Aug 2010 22:42:34 +0000 (22:42 +0000)
committerSebastian Redl <sebastian.redl@getdesigned.at>
Tue, 17 Aug 2010 22:42:34 +0000 (22:42 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@111316 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Basic/Targets.cpp

index 77319e1c4d1488521ead87bb76a749b1c453d96e..9dcb61eca8421dac1929e08f87ad6fcfd378a9f7 100644 (file)
@@ -502,7 +502,7 @@ public:
               // 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 \93update\94 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 @@ public:
     case 'e': 
       if (Name[1] != 's')
           return false;
-              // es: A \93stable\94 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