diff options
author | Daniel Dunbar <daniel@zuster.org> | 2011-10-11 20:02:52 +0000 |
---|---|---|
committer | Daniel Dunbar <daniel@zuster.org> | 2011-10-11 20:02:52 +0000 |
commit | 037fc9311ad6c7254be49c2e061b30d552266870 (patch) | |
tree | db760b22ac2265bd4637daad0b8eed3cfdf0d0b7 /llvm/lib/Support/IncludeFile.cpp | |
parent | 55dbf03e408094d47afe508f55a5b8daffb3cfe8 (diff) | |
download | bcm5719-llvm-037fc9311ad6c7254be49c2e061b30d552266870.tar.gz bcm5719-llvm-037fc9311ad6c7254be49c2e061b30d552266870.zip |
Clean up a few references to System/. We still have docs/SystemLibrary.html
lying around...
llvm-svn: 141703
Diffstat (limited to 'llvm/lib/Support/IncludeFile.cpp')
-rw-r--r-- | llvm/lib/Support/IncludeFile.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Support/IncludeFile.cpp b/llvm/lib/Support/IncludeFile.cpp index 5da88261ce5..e67acb3d1d6 100644 --- a/llvm/lib/Support/IncludeFile.cpp +++ b/llvm/lib/Support/IncludeFile.cpp @@ -1,4 +1,4 @@ -//===- lib/System/IncludeFile.cpp - Ensure Linking Of Implementation -----===// +//===- lib/Support/IncludeFile.cpp - Ensure Linking Of Implementation -----===// // // The LLVM Compiler Infrastructure // |