More X86 floating point patterns.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@24990 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/Target/X86/X86ISelLowering.h b/lib/Target/X86/X86ISelLowering.h
index 8ebbe61..fbe5c4c 100644
--- a/lib/Target/X86/X86ISelLowering.h
+++ b/lib/Target/X86/X86ISelLowering.h
@@ -42,8 +42,8 @@
 
       /// FLD - This instruction implements an extending load to FP stack slots.
       /// This corresponds to the X86::FLD32m / X86::FLD64m. It takes a chain
-      /// operand, ptr to load from, and a VALUETYPE node indicating the type
-      /// to load.
+      /// operand, ptr to load from, and a ValueType node indicating the type
+      /// to load to.
       FLD,
 
       /// FP_SET_RESULT - This corresponds to FpSETRESULT pseudo instrcuction