aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/Target/X86/X86ISelLowering.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/X86/X86ISelLowering.h b/lib/Target/X86/X86ISelLowering.h
index 10172d9..b04fd4e 100644
--- a/lib/Target/X86/X86ISelLowering.h
+++ b/lib/Target/X86/X86ISelLowering.h
@@ -181,7 +181,7 @@ namespace llvm {
/// in order to obtain suitable precision.
FRSQRT, FRCP,
- /// DIV, IDIV - Unsigned and signed integer division and reciprocal.
+ /// DIV, IDIV - Unsigned and signed integer division and remainder.
///
DIV, IDIV,