From 5a9a4bf7f27d86df83544387b34543f0a8112c1d Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Tue, 28 Oct 2008 00:52:46 +0000 Subject: [PATCH] Fix the name of the include guard to match the filename. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@58310 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/Support/NoFolder.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/llvm/Support/NoFolder.h b/include/llvm/Support/NoFolder.h index f4bec629617..1dce497017b 100644 --- a/include/llvm/Support/NoFolder.h +++ b/include/llvm/Support/NoFolder.h @@ -20,8 +20,8 @@ // //===----------------------------------------------------------------------===// -#ifndef LLVM_SUPPORT_NULLFOLDER_H -#define LLVM_SUPPORT_NULLFOLDER_H +#ifndef LLVM_SUPPORT_NOFOLDER_H +#define LLVM_SUPPORT_NOFOLDER_H #include "llvm/Constants.h" #include "llvm/Instructions.h" -- 2.34.1