Skip to content

Commit

Permalink
Fix some file headers, NFC
Browse files Browse the repository at this point in the history
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@227826 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
dexonsmith committed Feb 2, 2015
1 parent 6377372 commit 0784a4d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion include/llvm/IR/Metadata.def
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//===- llvm/Metadata.def - Metadata definitions -----------------*- C++ -*-===//
//===- llvm/IR/Metadata.def - Metadata definitions --------------*- C++ -*-===//
//
// The LLVM Compiler Infrastructure
//
Expand Down
2 changes: 1 addition & 1 deletion include/llvm/IR/Metadata.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//===-- llvm/Metadata.h - Metadata definitions ------------------*- C++ -*-===//
//===- llvm/IR/Metadata.h - Metadata definitions ----------------*- C++ -*-===//
//
// The LLVM Compiler Infrastructure
//
Expand Down
2 changes: 1 addition & 1 deletion lib/IR/Metadata.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//===-- Metadata.cpp - Implement Metadata classes -------------------------===//
//===- Metadata.cpp - Implement Metadata classes --------------------------===//
//
// The LLVM Compiler Infrastructure
//
Expand Down
2 changes: 1 addition & 1 deletion unittests/IR/MetadataTest.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//===- llvm/unittest/IR/Metadata.cpp - Metadata unit tests ----------------===//
//===- unittests/IR/MetadataTest.cpp - Metadata unit tests ----------------===//
//
// The LLVM Compiler Infrastructure
//
Expand Down

0 comments on commit 0784a4d

Please sign in to comment.