summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLogan Chien <tzuhsiang.chien@gmail.com>2014-06-27 17:25:54 +0000
committerLogan Chien <tzuhsiang.chien@gmail.com>2014-06-27 17:25:54 +0000
commit6c75b3a3c0a8350dd15181e9824d6d76e689ec3a (patch)
treeeb95615bfd370762c92f48f5e44426469c0690d2
parentc57d0382402a0422a7cf9312c50a97b8be092943 (diff)
downloadbcm5719-llvm-6c75b3a3c0a8350dd15181e9824d6d76e689ec3a.tar.gz
bcm5719-llvm-6c75b3a3c0a8350dd15181e9824d6d76e689ec3a.zip
Avoid non-ascii character in the source code.
llvm-svn: 211914
-rw-r--r--llvm/include/llvm/Support/ARMWinEH.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/include/llvm/Support/ARMWinEH.h b/llvm/include/llvm/Support/ARMWinEH.h
index 31efbdc4ed5..78deb8d36a9 100644
--- a/llvm/include/llvm/Support/ARMWinEH.h
+++ b/llvm/include/llvm/Support/ARMWinEH.h
@@ -193,7 +193,7 @@ inline bool EpilogueFolding(const RuntimeFunction &RF) {
}
/// StackAdjustment - calculated stack adjustment in words. The stack
/// adjustment should be determined via this function to account for the special
-/// handling the special encoding when the value is ≥ 0x3f4.
+/// handling the special encoding when the value is >= 0x3f4.
inline uint16_t StackAdjustment(const RuntimeFunction &RF) {
uint16_t Adjustment = RF.StackAdjust();
if (Adjustment >= 0x3f4)
OpenPOWER on IntegriCloud