diff options
Diffstat (limited to 'lib/Target/Blackfin')
| -rw-r--r-- | lib/Target/Blackfin/BlackfinISelLowering.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/Blackfin/BlackfinISelLowering.cpp b/lib/Target/Blackfin/BlackfinISelLowering.cpp index 7c80eec..1e1f8c9 100644 --- a/lib/Target/Blackfin/BlackfinISelLowering.cpp +++ b/lib/Target/Blackfin/BlackfinISelLowering.cpp @@ -345,7 +345,7 @@ BlackfinTargetLowering::LowerCall(SDValue Chain, SDValue Callee,    // Build a sequence of copy-to-reg nodes chained together with token    // chain and flag operands which copy the outgoing args into registers. -  // The InFlag in necessary since all emited instructions must be +  // The InFlag in necessary since all emitted instructions must be    // stuck together.    SDValue InFlag;    for (unsigned i = 0, e = RegsToPass.size(); i != e; ++i) {  | 
