[llvm-commits] [llvm] r76555 - /llvm/trunk/lib/Target/MSIL/MSILWriter.h

Daniel Dunbar daniel at zuster.org
Tue Jul 21 10:30:09 PDT 2009


It can. I'm leaving as is since there is -- and may only ever be --
one user of MSILWriter.h

  - Daniel

On Tue, Jul 21, 2009 at 9:25 AM, Chris Lattner<clattner at apple.com> wrote:
>
> On Jul 21, 2009, at 1:58 AM, Daniel Dunbar wrote:
>
>> Author: ddunbar
>> Date: Tue Jul 21 03:58:44 2009
>> New Revision: 76555
>>
>> URL: http://llvm.org/viewvc/llvm-project?rev=76555&view=rev
>> Log:
>> Add missing include.
>
> Not that it matters that much, but I think this can be a forward decl.
>
> -Chris
>
>>
>> Modified:
>>    llvm/trunk/lib/Target/MSIL/MSILWriter.h
>>
>> Modified: llvm/trunk/lib/Target/MSIL/MSILWriter.h
>> URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/MSIL/MSILWriter.h?rev=76555&r1=76554&r2=76555&view=diff
>>
>> =
>> =
>> =
>> =
>> =
>> =
>> =
>> =
>> ======================================================================
>> --- llvm/trunk/lib/Target/MSIL/MSILWriter.h (original)
>> +++ llvm/trunk/lib/Target/MSIL/MSILWriter.h Tue Jul 21 03:58:44 2009
>> @@ -19,6 +19,7 @@
>> #include "llvm/IntrinsicInst.h"
>> #include "llvm/Pass.h"
>> #include "llvm/PassManager.h"
>> +#include "llvm/ADT/StringRef.h"
>> #include "llvm/Analysis/FindUsedTypes.h"
>> #include "llvm/Analysis/LoopInfo.h"
>> #include "llvm/Support/FormattedStream.h"
>>
>>
>> _______________________________________________
>> llvm-commits mailing list
>> llvm-commits at cs.uiuc.edu
>> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits
>
> _______________________________________________
> 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