diff options
-rw-r--r-- | llvm/include/llvm/Target/TargetLowering.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/include/llvm/Target/TargetLowering.h b/llvm/include/llvm/Target/TargetLowering.h index 780525b3dd1..0d848c6f3bb 100644 --- a/llvm/include/llvm/Target/TargetLowering.h +++ b/llvm/include/llvm/Target/TargetLowering.h @@ -600,7 +600,7 @@ public: getOperationAction(Op, VT) == Promote); } - /// Return true if the specified operation is ilegal but has a custom lowering + /// Return true if the specified operation is illegal but has a custom lowering /// on that type. This is used to help guide high-level lowering /// decisions. bool isOperationCustom(unsigned Op, EVT VT) const { |