commit | 6fdce6590261476964cb921a959ed83353e8b096 | [log] [tgz] |
---|---|---|
author | Evan Cheng <evan.cheng@apple.com> | Thu Feb 04 19:07:06 2010 +0000 |
committer | Evan Cheng <evan.cheng@apple.com> | Thu Feb 04 19:07:06 2010 +0000 |
tree | 70dfa573452f9d8b0585a5972279b9bf2b1dae4e | |
parent | f9c3b228e5579e0d2a9cd05a2191fe17b4c58b23 [diff] [blame] |
Fix typo Duncan noticed. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@95322 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp b/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp index 201e899..cf342c7 100644 --- a/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp +++ b/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
@@ -4240,7 +4240,7 @@ if ((CalleeRetAttr ^ CallerRetAttr) & ~Attribute::NoAlias) return false; - // It's not safe to eliminate thee sign / zero extension of the return value. + // It's not safe to eliminate the sign / zero extension of the return value. if ((CallerRetAttr & Attribute::ZExt) || (CallerRetAttr & Attribute::SExt)) return false;