[llvm] r184178 - Hopefully fix the MSVS build after r184105

Benjamin Kramer benny.kra at gmail.com
Tue Jun 18 01:19:30 PDT 2013


On 18.06.2013, at 09:57, Timur Iskhodzhanov <timurrrr at google.com> wrote:

> Author: timurrrr
> Date: Tue Jun 18 02:57:22 2013
> New Revision: 184178
> 
> URL: http://llvm.org/viewvc/llvm-project?rev=184178&view=rev
> Log:
> Hopefully fix the MSVS build after r184105

Looks good. Sorry for the breakage.

- Ben

> 
> Modified:
>    llvm/trunk/lib/CodeGen/StackSlotColoring.cpp
> 
> Modified: llvm/trunk/lib/CodeGen/StackSlotColoring.cpp
> URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/CodeGen/StackSlotColoring.cpp?rev=184178&r1=184177&r2=184178&view=diff
> ==============================================================================
> --- llvm/trunk/lib/CodeGen/StackSlotColoring.cpp (original)
> +++ llvm/trunk/lib/CodeGen/StackSlotColoring.cpp Tue Jun 18 02:57:22 2013
> @@ -28,6 +28,7 @@
> #include "llvm/IR/Module.h"
> #include "llvm/Support/CommandLine.h"
> #include "llvm/Support/Debug.h"
> +#include "llvm/Support/raw_ostream.h"
> #include "llvm/Target/TargetInstrInfo.h"
> #include "llvm/Target/TargetMachine.h"
> #include <vector>
> 
> 
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits





More information about the llvm-commits mailing list