Documentation: fix a typo 'IEE754'
[oota-llvm.git] / lib / CodeGen / LexicalScopes.cpp
index f1abcbb1dd5c6c697b88dd6ad7f79ae5b451524e..3c01d9192f56e2fb1dd280587b61fba35b9d3e9d 100644 (file)
 
 #define DEBUG_TYPE "lexicalscopes"
 #include "llvm/CodeGen/LexicalScopes.h"
-#include "llvm/Function.h"
-#include "llvm/Analysis/DebugInfo.h"
 #include "llvm/CodeGen/MachineFunction.h"
 #include "llvm/CodeGen/MachineInstr.h"
+#include "llvm/DebugInfo.h"
+#include "llvm/IR/Function.h"
 #include "llvm/Support/Debug.h"
 #include "llvm/Support/ErrorHandling.h"
 #include "llvm/Support/FormattedStream.h"