Update more comments.
authorEvan Cheng <evan.cheng@apple.com>
Fri, 26 May 2006 18:37:16 +0000 (18:37 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Fri, 26 May 2006 18:37:16 +0000 (18:37 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@28498 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/X86/X86ISelLowering.cpp

index 1f58fdb760a48bdf292d58e901596a087fef8ba3..65242a76b8350a55213cbee42913c63cfc6fe910 100644 (file)
@@ -416,7 +416,7 @@ SDOperand X86TargetLowering::LowerCCCArguments(SDOperand Op, SelectionDAG &DAG)
   //
   // [ESP] -- return address
   // [ESP + 4] -- first argument (leftmost lexically)
-  // [ESP + 8] -- second argument, if first argument is four bytes in size
+  // [ESP + 8] -- second argument, if first argument is <= 4 bytes in size
   //    ...
   //
   unsigned ArgOffset = 0;   // Frame mechanisms handle retaddr slot
@@ -838,7 +838,7 @@ X86TargetLowering::LowerFastCCArguments(SDOperand Op, SelectionDAG &DAG) {
   //
   // [ESP] -- return address
   // [ESP + 4] -- first nonreg argument (leftmost lexically)
-  // [ESP + 8] -- second nonreg argument, if first argument is 4 bytes in size
+  // [ESP + 8] -- second nonreg argument, if 1st argument is <= 4 bytes in size
   //    ...
   unsigned ArgOffset = 0;   // Frame mechanisms handle retaddr slot