Expand tabs to spaces (overlooked in previous commit)
[oota-llvm.git] / lib / CodeGen / OcamlGC.cpp
index 0b90444406da2bdbbd676699c5341466b2d4c272..f7bc9f3d31dd2b7447d18f64ef51b5b683c6394e 100644 (file)
@@ -9,13 +9,14 @@
 //
 // This file implements lowering for the llvm.gc* intrinsics compatible with
 // Objective Caml 3.10.0, which uses a liveness-accurate static stack map.
-// 
+//
 // The frametable emitter is in OcamlGCPrinter.cpp.
 //
 //===----------------------------------------------------------------------===//
-                        
+
 #include "llvm/CodeGen/GCs.h"
 #include "llvm/CodeGen/GCStrategy.h"
+#include "llvm/Support/Compiler.h"
 
 using namespace llvm;