1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 03:33:20 +01:00

Add forgotten header guards

llvm-svn: 196500
This commit is contained in:
Alexey Samsonov 2013-12-05 12:52:32 +00:00
parent b651cddc0c
commit 66f3fd41ae

View File

@ -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