summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCraig Topper <craig.topper@gmail.com>2016-09-18 18:59:38 +0000
committerCraig Topper <craig.topper@gmail.com>2016-09-18 18:59:38 +0000
commitcc03165d3f77f1d9d19142326a59c5ef24c65364 (patch)
tree3e8095831fd8fd6067fa5cf7fb70039b5c890803
parent8542041bb27cfb501b61984b3c4a86e6edeba9af (diff)
downloadbcm5719-llvm-cc03165d3f77f1d9d19142326a59c5ef24c65364.tar.gz
bcm5719-llvm-cc03165d3f77f1d9d19142326a59c5ef24c65364.zip
[X86] Fix typo in comment. NFC
llvm-svn: 281862
-rw-r--r--llvm/lib/Target/X86/X86ISelLowering.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/X86/X86ISelLowering.cpp b/llvm/lib/Target/X86/X86ISelLowering.cpp
index bbd84dca16a..70ab194ef07 100644
--- a/llvm/lib/Target/X86/X86ISelLowering.cpp
+++ b/llvm/lib/Target/X86/X86ISelLowering.cpp
@@ -17636,7 +17636,7 @@ static SDValue LowerINTRINSIC_WO_CHAIN(SDValue Op, const X86Subtarget &Subtarget
SDValue PassThru = Op.getOperand(2);
SDValue Mask = Op.getOperand(3);
SDValue RoundingMode;
- // We allways add rounding mode to the Node.
+ // We always add rounding mode to the Node.
// If the rounding mode is not specified, we add the
// "current direction" mode.
if (Op.getNumOperands() == 4)
OpenPOWER on IntegriCloud