Skip to content

Commit

Permalink
Update comment and include guard.
Browse files Browse the repository at this point in the history
I missed these when moving the files.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@212231 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
espindola committed Jul 2, 2014
1 parent 2c95cdc commit bd29877
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
6 changes: 3 additions & 3 deletions include/llvm/MC/MCAnalysis/MCAtom.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//===-- llvm/MC/MCAtom.h ----------------------------------------*- C++ -*-===//
//===-- MCAtom.h ------------------------------------------------*- C++ -*-===//
//
// The LLVM Compiler Infrastructure
//
Expand All @@ -13,8 +13,8 @@
//
//===----------------------------------------------------------------------===//

#ifndef LLVM_MC_MCATOM_H
#define LLVM_MC_MCATOM_H
#ifndef LLVM_MC_MCANALYSIS_MCATOM_H
#define LLVM_MC_MCANALYSIS_MCATOM_H

#include "llvm/ADT/ArrayRef.h"
#include "llvm/MC/MCInst.h"
Expand Down
6 changes: 3 additions & 3 deletions include/llvm/MC/MCAnalysis/MCFunction.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//===-- llvm/MC/MCFunction.h ------------------------------------*- C++ -*-===//
//===-- MCFunction.h --------------------------------------------*- C++ -*-===//
//
// The LLVM Compiler Infrastructure
//
Expand All @@ -12,8 +12,8 @@
//
//===----------------------------------------------------------------------===//

#ifndef LLVM_MC_MCFUNCTION_H
#define LLVM_MC_MCFUNCTION_H
#ifndef LLVM_MC_MCANALYSIS_MCFUNCTION_H
#define LLVM_MC_MCANALYSIS_MCFUNCTION_H

#include "llvm/ADT/StringRef.h"
#include "llvm/MC/MCInst.h"
Expand Down
6 changes: 3 additions & 3 deletions include/llvm/MC/MCAnalysis/MCModule.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//===-- llvm/MC/MCModule.h - MCModule class ---------------------*- C++ -*-===//
//===-- MCModule.h - MCModule class -----------------------------*- C++ -*-===//
//
// The LLVM Compiler Infrastructure
//
Expand All @@ -12,8 +12,8 @@
//
//===----------------------------------------------------------------------===//

#ifndef LLVM_MC_MCMODULE_H
#define LLVM_MC_MCMODULE_H
#ifndef LLVM_MC_MCANALYSIS_MCMODULE_H
#define LLVM_MC_MCANALYSIS_MCMODULE_H

#include "llvm/ADT/StringRef.h"
#include "llvm/Support/Compiler.h"
Expand Down
4 changes: 2 additions & 2 deletions include/llvm/MC/MCAnalysis/MCModuleYAML.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
///
//===----------------------------------------------------------------------===//

#ifndef LLVM_MC_MCMODULEYAML_H
#define LLVM_MC_MCMODULEYAML_H
#ifndef LLVM_MC_MCANALYSIS_MCMODULEYAML_H
#define LLVM_MC_MCANALYSIS_MCMODULEYAML_H

#include "llvm/ADT/StringRef.h"
#include "llvm/MC/MCAnalysis/MCModule.h"
Expand Down

0 comments on commit bd29877

Please sign in to comment.