[llvm-commits] [llvm] r79563 - in /llvm/trunk/lib/Target/PIC16/PIC16Passes: ./ Makefile PIC16CallGraph.cpp

Bill Wendling wendling at apple.com
Thu Aug 20 16:50:59 PDT 2009


On Aug 20, 2009, at 12:34 PM, Sanjiv Gupta wrote:

> Author: sgupta
> Date: Thu Aug 20 14:34:18 2009
> New Revision: 79563
>
> URL: http://llvm.org/viewvc/llvm-project?rev=79563&view=rev
> Log:
> part of the previous commit for PIC16 ISR implementation.
>
> =
> =
> =
> =
> =
> =
> =
> =
> ======================================================================
> --- llvm/trunk/lib/Target/PIC16/PIC16Passes/PIC16CallGraph.cpp (added)
> +++ llvm/trunk/lib/Target/PIC16/PIC16Passes/PIC16CallGraph.cpp Thu  
> Aug 20 14:34:18 2009
> @@ -0,0 +1,162 @@
> +#include "llvm/Analysis/CallGraph.h"
> +#include "llvm/Pass.h"
> +#include "llvm/Module.h"
> +#include "llvm/Transforms/Utils/Cloning.h"
> +#include "llvm/Support/ErrorHandling.h"
> +#include "llvm/Support/raw_ostream.h"
> +#include <vector>
> +#include <iostream>

Hi Sanjiv,

Please remove the "#include <iostream>" from this file.

Thanks.

-bw



More information about the llvm-commits mailing list