Fix include guards so they exactly match file names.
[oota-llvm.git] / include / llvm / Support / Atomic.h
index 1a6c606aa5f636af969ab6cd633e59d5362452eb..9ec23e8270238eff268fb9b0a8c712fa4c73f7e0 100644 (file)
@@ -11,8 +11,8 @@
 //
 //===----------------------------------------------------------------------===//
 
-#ifndef LLVM_SYSTEM_ATOMIC_H
-#define LLVM_SYSTEM_ATOMIC_H
+#ifndef LLVM_SUPPORT_ATOMIC_H
+#define LLVM_SUPPORT_ATOMIC_H
 
 #include "llvm/Support/DataTypes.h"