X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=include%2Fllvm%2FAutoUpgrade.h;h=f61bd1a08d32bf3e90018bd5c3d70c011768013a;hb=b4cfd15d9901883cfb46ac3826e0a27573089372;hp=d0d8e95e321857de41b5cbb0fac2d44cc112fc66;hpb=f9b83fcf95e8a280d7b117af8858596fe5b10d94;p=oota-llvm.git diff --git a/include/llvm/AutoUpgrade.h b/include/llvm/AutoUpgrade.h index d0d8e95e321..f61bd1a08d3 100644 --- a/include/llvm/AutoUpgrade.h +++ b/include/llvm/AutoUpgrade.h @@ -2,8 +2,8 @@ // // The LLVM Compiler Infrastructure // -// This file was developed by Chandler Carruth 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. // //===----------------------------------------------------------------------===// // @@ -17,7 +17,6 @@ namespace llvm { class Function; class CallInst; - class BasicBlock; /// This is a more granular function that simply checks an intrinsic function /// for upgrading, and returns true if it requires upgrading. It may return