X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=include%2Fllvm%2FIRBuilder.h;h=bb86875828b7d6fe6a347d12f695907204ee229e;hb=204301f0459c1deb6c535723760c848ba2fcd42b;hp=e88fea7297fb5e26ce06e109602d6d32fe8cc668;hpb=9992bf75fce8a2917c43fd4af299c72a40809056;p=oota-llvm.git diff --git a/include/llvm/IRBuilder.h b/include/llvm/IRBuilder.h index e88fea7297f..bb86875828b 100644 --- a/include/llvm/IRBuilder.h +++ b/include/llvm/IRBuilder.h @@ -15,14 +15,14 @@ #ifndef LLVM_IRBUILDER_H #define LLVM_IRBUILDER_H -#include "llvm/Instructions.h" +#include "llvm/ADT/ArrayRef.h" +#include "llvm/ADT/StringRef.h" +#include "llvm/ADT/Twine.h" #include "llvm/BasicBlock.h" #include "llvm/DataLayout.h" +#include "llvm/Instructions.h" #include "llvm/LLVMContext.h" #include "llvm/Operator.h" -#include "llvm/ADT/ArrayRef.h" -#include "llvm/ADT/StringRef.h" -#include "llvm/ADT/Twine.h" #include "llvm/Support/ConstantFolder.h" namespace llvm { @@ -239,7 +239,7 @@ public: return Type::getInt16Ty(Context); } - /// getInt32Ty - Fetch the type resepresenting a 32-bit integer. + /// getInt32Ty - Fetch the type representing a 32-bit integer. IntegerType *getInt32Ty() { return Type::getInt32Ty(Context); }