Provide "wide" muls and divs/rems
[oota-llvm.git] / lib / System / Alarm.cpp
index e0b7f7223a38e63d8cdcd4cb6e7fd70ffd97677c..0014ca716b33333fa4990e28d5aa75c2dfcbbe09 100644 (file)
@@ -2,8 +2,8 @@
 //
 //                     The LLVM Compiler Infrastructure
 //
-// This file was developed by the 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.
 //
 //===----------------------------------------------------------------------===//
 //
@@ -31,5 +31,3 @@ using namespace sys;
 #ifdef LLVM_ON_WIN32
 #include "Win32/Alarm.inc"
 #endif
-
-DEFINING_FILE_FOR(SystemAlarm)