X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=include%2Fllvm%2FConstants.h;h=23e548ae30bab091c944164e3fd811a194eba3a5;hb=34525f9ac098c1c6bc9002886d6da3039a284fd2;hp=456c814596870e09ad758bc94bb905fc97e3428f;hpb=ab58391a44e45874a7cf55856820af4fa8202c73;p=oota-llvm.git diff --git a/include/llvm/Constants.h b/include/llvm/Constants.h index 456c8145968..23e548ae30b 100644 --- a/include/llvm/Constants.h +++ b/include/llvm/Constants.h @@ -21,11 +21,11 @@ #ifndef LLVM_CONSTANTS_H #define LLVM_CONSTANTS_H -#include "llvm/Constant.h" -#include "llvm/OperandTraits.h" -#include "llvm/ADT/APInt.h" #include "llvm/ADT/APFloat.h" +#include "llvm/ADT/APInt.h" #include "llvm/ADT/ArrayRef.h" +#include "llvm/Constant.h" +#include "llvm/OperandTraits.h" namespace llvm { @@ -1082,8 +1082,7 @@ public: /// A better approach to this could be to have a constructor for Instruction /// which would take a ConstantExpr parameter, but that would have spread /// implementation details of ConstantExpr outside of Constants.cpp, which - /// would make it harder to remove ConstantExprs altogether - /// (http://llvm.org/bugs/show_bug.cgi?id=10368). + /// would make it harder to remove ConstantExprs altogether. Instruction *getAsInstruction(); virtual void destroyConstant();