Add an addition operator to TableGen
[oota-llvm.git] / include / llvm / TableGen / StringMatcher.h
index 1dadc76200b045e4b6030dc985695eb57f45fbad..99cbcadd7693ad713b61adef63b4ee2acc8c2549 100644 (file)
 //
 //===----------------------------------------------------------------------===//
 
-#ifndef STRINGMATCHER_H
-#define STRINGMATCHER_H
+#ifndef LLVM_TABLEGEN_STRINGMATCHER_H
+#define LLVM_TABLEGEN_STRINGMATCHER_H
 
-#include <vector>
+#include "llvm/ADT/StringRef.h"
 #include <string>
 #include <utility>
-#include "llvm/ADT/StringRef.h"
+#include <vector>
 
 namespace llvm {
   class raw_ostream;