Move EH/Debug frame handling to the object streamer.
[oota-llvm.git] / include / llvm / MC / MCInstrAnalysis.h
index 17bfd1582ae59e32c536183859e2f87d3bc05dea..e921f768ac45ff1500593ed828a32499ed8a55d0 100644 (file)
@@ -12,6 +12,9 @@
 //
 //===----------------------------------------------------------------------===//
 
+#ifndef LLVM_MC_MCINSTRANALYSIS_H
+#define LLVM_MC_MCINSTRANALYSIS_H
+
 #include "llvm/MC/MCInst.h"
 #include "llvm/MC/MCInstrDesc.h"
 #include "llvm/MC/MCInstrInfo.h"
@@ -63,4 +66,6 @@ public:
                  uint64_t &Target) const;
 };
 
-}
+} // End llvm namespace
+
+#endif