X-Git-Url: http://plrg.eecs.uci.edu/git/?p=oota-llvm.git;a=blobdiff_plain;f=lib%2FIR%2FAsmWriter.cpp;h=8a25ff8a979cb8d4d003d2f43ec4378cda1277e7;hp=eb932ec51f08530c8ebb2b861649dca99142e896;hb=f4ec8bfaecef4e38f713b9e05d89869b023e1ce8;hpb=341ea7ddf6b09d77bfe3c65664773b683386156c diff --git a/lib/IR/AsmWriter.cpp b/lib/IR/AsmWriter.cpp index eb932ec51f0..8a25ff8a979 100644 --- a/lib/IR/AsmWriter.cpp +++ b/lib/IR/AsmWriter.cpp @@ -19,11 +19,11 @@ #include "llvm/ADT/STLExtras.h" #include "llvm/ADT/SmallString.h" #include "llvm/ADT/StringExtras.h" -#include "llvm/DebugInfo.h" #include "llvm/IR/AssemblyAnnotationWriter.h" #include "llvm/IR/CFG.h" #include "llvm/IR/CallingConv.h" #include "llvm/IR/Constants.h" +#include "llvm/IR/DebugInfo.h" #include "llvm/IR/DerivedTypes.h" #include "llvm/IR/IRPrintingPasses.h" #include "llvm/IR/InlineAsm.h"