diff options
author | NAKAMURA Takumi <geek4civic@gmail.com> | 2011-06-21 03:19:28 +0000 |
---|---|---|
committer | NAKAMURA Takumi <geek4civic@gmail.com> | 2011-06-21 03:19:28 +0000 |
commit | 4857947d18a7d0d0c250892fc5597ec0aecc9823 (patch) | |
tree | f5ef68fa35075df304209f0b1135309b4b215638 /lib/CodeGen/TargetInfo.cpp | |
parent | 0c25d285fb6f3d24537c165d2aa5acefd0836048 (diff) |
De-Unicode-ify in comments.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@133501 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/TargetInfo.cpp')
-rw-r--r-- | lib/CodeGen/TargetInfo.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/CodeGen/TargetInfo.cpp b/lib/CodeGen/TargetInfo.cpp index 983c5f8d4b..47a764bbc0 100644 --- a/lib/CodeGen/TargetInfo.cpp +++ b/lib/CodeGen/TargetInfo.cpp @@ -1266,7 +1266,7 @@ void X86_64ABIInfo::classify(QualType Ty, uint64_t OffsetBase, // passed in memory. // // (c) If the size of the aggregate exceeds two eightbytes and the first - // eight-byte isn’t SSE or any other eightbyte isn’t SSEUP, the whole + // eight-byte isn't SSE or any other eightbyte isn't SSEUP, the whole // argument is passed in memory. // // (d) If SSEUP is not preceded by SSE or SSEUP, it is converted to SSE. |