Fix the comment.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@187984 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Jakub Staszak 2013-08-08 15:19:25 +00:00
parent 6ee0581f42
commit 72feef14f1

View File

@ -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,