Fix include guards so they exactly match file names.
[oota-llvm.git] / include / llvm / IR / Function.h
index 1762b2c10acb1435e6a516b37151854df93df3e6..9bdaebac82c386ccb90acec8cdc563e3fd426d8e 100644 (file)
@@ -15,8 +15,8 @@
 //
 //===----------------------------------------------------------------------===//
 
-#ifndef LLVM_FUNCTION_H
-#define LLVM_FUNCTION_H
+#ifndef LLVM_IR_FUNCTION_H
+#define LLVM_IR_FUNCTION_H
 
 #include "llvm/IR/Argument.h"
 #include "llvm/IR/Attributes.h"