X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=include%2Fllvm%2FSupport%2FCFG.h;h=b0b857bf028004aa3418ff903bd1221be8222ef1;hb=6f2c64d70aad5328a843a6f6a6547ada69ead33b;hp=a2cc22c910d96daf2a69e3b77d9bdb8db129e9ee;hpb=3ef437d137afe7409b93310a2092a2f8a8dbfcca;p=oota-llvm.git diff --git a/include/llvm/Support/CFG.h b/include/llvm/Support/CFG.h index a2cc22c910d..b0b857bf028 100644 --- a/include/llvm/Support/CFG.h +++ b/include/llvm/Support/CFG.h @@ -2,8 +2,8 @@ // // The LLVM Compiler Infrastructure // -// This file was developed by the LLVM research group and is distributed under -// the University of Illinois Open Source License. See LICENSE.TXT for details. +// This file is distributed under the University of Illinois Open Source +// License. See LICENSE.TXT for details. // //===----------------------------------------------------------------------===// // @@ -18,7 +18,7 @@ #include "llvm/ADT/GraphTraits.h" #include "llvm/Function.h" #include "llvm/InstrTypes.h" -#include "llvm/ADT/iterator" +#include "llvm/ADT/iterator.h" namespace llvm {