mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-03 13:31:05 +00:00
Add forgotten header guards
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@196500 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
bc7114feab
commit
4012c30ef7
@ -43,7 +43,9 @@
|
|||||||
// http://code.google.com/p/data-race-test/wiki/ThreadSanitizerIgnores
|
// http://code.google.com/p/data-race-test/wiki/ThreadSanitizerIgnores
|
||||||
//
|
//
|
||||||
//===----------------------------------------------------------------------===//
|
//===----------------------------------------------------------------------===//
|
||||||
//
|
|
||||||
|
#ifndef LLVM_TRANSFORMS_UTILS_SPECIALCASELIST_H
|
||||||
|
#define LLVM_TRANSFORMS_UTILS_SPECIALCASELIST_H
|
||||||
|
|
||||||
#include "llvm/ADT/StringMap.h"
|
#include "llvm/ADT/StringMap.h"
|
||||||
|
|
||||||
@ -108,3 +110,5 @@ class SpecialCaseList {
|
|||||||
};
|
};
|
||||||
|
|
||||||
} // namespace llvm
|
} // namespace llvm
|
||||||
|
|
||||||
|
#endif // LLVM_TRANSFORMS_UTILS_SPECIALCASELIST_H
|
||||||
|
Loading…
Reference in New Issue
Block a user