Fix PR1798 - an error in the evaluation of SCEVAddRecExpr at an
[oota-llvm.git] / lib / System / Program.cpp
index 22c38e2657df2d7959848025ca4b592e66b87a01..fb00dc958fb9390d3b8bde73e417b80ebeaed66b 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.
 //
 //===----------------------------------------------------------------------===//
 //
@@ -32,3 +32,4 @@ using namespace sys;
 #include "Win32/Program.inc"
 #endif
 
+DEFINING_FILE_FOR(SystemProgram)