Fix include guards so they exactly match file names.
[oota-llvm.git] / include / llvm / IR / InlineAsm.h
index 15d4fb093b9128cbdd2100dd5e01e22c9c06b4b3..33e4ab8522d1bf2fa2b2d7953798e28e2ae191d3 100644 (file)
@@ -13,8 +13,8 @@
 //
 //===----------------------------------------------------------------------===//
 
-#ifndef LLVM_INLINEASM_H
-#define LLVM_INLINEASM_H
+#ifndef LLVM_IR_INLINEASM_H
+#define LLVM_IR_INLINEASM_H
 
 #include "llvm/ADT/StringRef.h"
 #include "llvm/IR/Value.h"