aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2007-09-25 19:37:26 +0000
committerDan Gohman <gohman@apple.com>2007-09-25 19:37:26 +0000
commitb94fc1bcb204aeae98df0274ca9bb84e98f880f7 (patch)
treeb12ff7b9c10065a03bb67b4088aa6a99367e2c8f /lib/Target
parent4e4d2d7d9aa0961b6a9130336f46d95944410197 (diff)
downloadexternal_llvm-b94fc1bcb204aeae98df0274ca9bb84e98f880f7.zip
external_llvm-b94fc1bcb204aeae98df0274ca9bb84e98f880f7.tar.gz
external_llvm-b94fc1bcb204aeae98df0274ca9bb84e98f880f7.tar.bz2
Fix a typo in a comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@42313 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target')
-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,