Fix include guards so they exactly match file names.
[oota-llvm.git] / include / llvm / IR / Intrinsics.h
index 1e20fd7ea83e1844b25d681dad752e800902773e..c9f7f3ad76ffd035d2677ebe1c078fd584f741f6 100644 (file)
@@ -13,8 +13,8 @@
 //
 //===----------------------------------------------------------------------===//
 
-#ifndef LLVM_INTRINSICS_H
-#define LLVM_INTRINSICS_H
+#ifndef LLVM_IR_INTRINSICS_H
+#define LLVM_IR_INTRINSICS_H
 
 #include "llvm/ADT/ArrayRef.h"
 #include <string>