[llvm-commits] [llvm] r90608 - in /llvm/trunk/lib/Target/X86: X86InstrInfo.cpp X86InstrInfo.h
Chris Lattner
clattner at apple.com
Fri Dec 4 15:23:05 PST 2009
On Dec 4, 2009, at 2:38 PM, David Greene wrote:
> URL: http://llvm.org/viewvc/llvm-project?rev=90608&view=rev
> Log:
>
> Have hasLoad/StoreFrom/ToStackSlot return the relevant
> MachineMemOperand.
Hi David,
This change is ok, but why the new #include of <cstring>?
-Chris
>
> Modified:
> llvm/trunk/lib/Target/X86/X86InstrInfo.cpp
> llvm/trunk/lib/Target/X86/X86InstrInfo.h
>
> Modified: llvm/trunk/lib/Target/X86/X86InstrInfo.cpp
> URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/X86/X86InstrInfo.cpp?rev=90608&r1=90607&r2=90608&view=diff
>
> =
> =
> =
> =
> =
> =
> =
> =
> ======================================================================
> --- llvm/trunk/lib/Target/X86/X86InstrInfo.cpp (original)
> +++ llvm/trunk/lib/Target/X86/X86InstrInfo.cpp Fri Dec 4 16:38:46
> 2009
> @@ -34,6 +34,7 @@
> #include "llvm/MC/MCAsmInfo.h"
>
> #include <limits>
> +#include <cstring>
>
More information about the llvm-commits
mailing list