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 | 5364847a84272b0a8ade22f2a2e97cfead90eb33 (patch) | |
tree | ee883b49af6e451d2704da33bcce21a9865ee8a2 /clang/lib/CodeGen | |
parent | 98322e64c3ae6fa964cb21f9aab068f0984c3231 (diff) | |
download | bcm5719-llvm-5364847a84272b0a8ade22f2a2e97cfead90eb33.tar.gz bcm5719-llvm-5364847a84272b0a8ade22f2a2e97cfead90eb33.zip |
De-Unicode-ify in comments.
llvm-svn: 133501
Diffstat (limited to 'clang/lib/CodeGen')
-rw-r--r-- | clang/lib/CodeGen/TargetInfo.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/CodeGen/TargetInfo.cpp b/clang/lib/CodeGen/TargetInfo.cpp index 983c5f8d4b1..47a764bbc00 100644 --- a/clang/lib/CodeGen/TargetInfo.cpp +++ b/clang/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. |