[ARM64] Add big endian target arm64_be.
[oota-llvm.git] / lib / Support / IncludeFile.cpp
index e41d1f0a811120308d1d30636c1066c077aa4d3b..e67acb3d1d671434c57741f7697bcb338a0a3d3c 100644 (file)
@@ -1,4 +1,4 @@
-//===- lib/System/IncludeFile.cpp - Ensure Linking Of Implementation -----===//
+//===- lib/Support/IncludeFile.cpp - Ensure Linking Of Implementation -----===//
 //
 //                     The LLVM Compiler Infrastructure
 //
@@ -16,5 +16,5 @@
 using namespace llvm;
 
 // This constructor is used to ensure linking of other modules. See the
-// llvm/System/IncludeFile.h header for details.
+// llvm/Support/IncludeFile.h header for details.
 IncludeFile::IncludeFile(const void*) {}