Use ldr.n to workaround a darwin assembler bug.
[oota-llvm.git] / lib / System / IncludeFile.cpp
index 2ba9595ea18bdbc9491daca359599e0fd22124b3..8258d40326f9bfae733afb7bded3e0dc5186f3fb 100644 (file)
@@ -2,8 +2,8 @@
 //
 //                     The LLVM Compiler Infrastructure
 //
-// This file was developed by Reid Spencer and is distributed under the 
-// University of Illinois Open Source License. See LICENSE.TXT for details.
+// This file is distributed under the University of Illinois Open Source
+// License. See LICENSE.TXT for details.
 //
 //===----------------------------------------------------------------------===//
 //
@@ -17,4 +17,4 @@ using namespace llvm;
 
 // This constructor is used to ensure linking of other modules. See the
 // llvm/System/IncludeFile.h header for details. 
-IncludeFile::IncludeFile(void*) {}
+IncludeFile::IncludeFile(const void*) {}