From: Jakub Staszak Date: Thu, 8 Aug 2013 15:19:25 +0000 (+0000) Subject: Fix the comment. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=72feef14f16d138114040e486fb2c1ef7a9358e0;p=oota-llvm.git Fix the comment. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@187984 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Target/X86/X86ISelLowering.h b/lib/Target/X86/X86ISelLowering.h index 270327495d0..e3db491cccc 100644 --- a/lib/Target/X86/X86ISelLowering.h +++ b/lib/Target/X86/X86ISelLowering.h @@ -53,7 +53,7 @@ namespace llvm { /// to X86::XORPS or X86::XORPD. FXOR, - /// FAND - Bitwise logical ANDNOT of floating point values. This + /// FANDN - Bitwise logical ANDNOT of floating point values. This /// corresponds to X86::ANDNPS or X86::ANDNPD. FANDN,