diff options
author | Daniel Dunbar <daniel@zuster.org> | 2010-03-19 10:43:15 +0000 |
---|---|---|
committer | Daniel Dunbar <daniel@zuster.org> | 2010-03-19 10:43:15 +0000 |
commit | 79e0e5a631ef145e599587e1431c70b73087cecc (patch) | |
tree | 16bbd5ebeb10add02607de97c793306d7ef60d4a /llvm/lib/MC/MCObjectWriter.cpp | |
parent | c5084cccc807b95d959eb73a9429150c6520661c (diff) | |
download | bcm5719-llvm-79e0e5a631ef145e599587e1431c70b73087cecc.tar.gz bcm5719-llvm-79e0e5a631ef145e599587e1431c70b73087cecc.zip |
MC/Mach-O: Move to MachObjectWriter.{h,cpp}.
llvm-svn: 98952
Diffstat (limited to 'llvm/lib/MC/MCObjectWriter.cpp')
-rw-r--r-- | llvm/lib/MC/MCObjectWriter.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/MC/MCObjectWriter.cpp b/llvm/lib/MC/MCObjectWriter.cpp index ab85e31abb0..d117e82b8a1 100644 --- a/llvm/lib/MC/MCObjectWriter.cpp +++ b/llvm/lib/MC/MCObjectWriter.cpp @@ -1,4 +1,4 @@ -//===- lib/MC/MCObjetWriter.cpp - MCObjetWriter implementation ------------===// +//===- lib/MC/MCObjectWriter.cpp - MCObjectWriter implementation ----------===// // // The LLVM Compiler Infrastructure // |