[llvm-commits] [llvm] r45165 - in /llvm/trunk: include/llvm/InlineAsm.h include/llvm/System/Mutex.h include/llvm/System/Path.h include/llvm/System/TimeValue.h lib/System/Mutex.cpp lib/System/Path.cpp lib/System/TimeValue.cpp

Chris Lattner sabre at nondot.org
Tue Dec 18 11:15:49 PST 2007


Author: lattner
Date: Tue Dec 18 13:15:48 2007
New Revision: 45165

URL: http://llvm.org/viewvc/llvm-project?rev=45165&view=rev
Log:
remove obviously dead uses of IncludeFile.

Modified:
    llvm/trunk/include/llvm/InlineAsm.h
    llvm/trunk/include/llvm/System/Mutex.h
    llvm/trunk/include/llvm/System/Path.h
    llvm/trunk/include/llvm/System/TimeValue.h
    llvm/trunk/lib/System/Mutex.cpp
    llvm/trunk/lib/System/Path.cpp
    llvm/trunk/lib/System/TimeValue.cpp

Modified: llvm/trunk/include/llvm/InlineAsm.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/InlineAsm.h?rev=45165&r1=45164&r2=45165&view=diff

==============================================================================
--- llvm/trunk/include/llvm/InlineAsm.h (original)
+++ llvm/trunk/include/llvm/InlineAsm.h Tue Dec 18 13:15:48 2007
@@ -17,7 +17,6 @@
 #define LLVM_INLINEASM_H
 
 #include "llvm/Value.h"
-#include "llvm/System/IncludeFile.h"
 #include <vector>
 
 namespace llvm {

Modified: llvm/trunk/include/llvm/System/Mutex.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/System/Mutex.h?rev=45165&r1=45164&r2=45165&view=diff

==============================================================================
--- llvm/trunk/include/llvm/System/Mutex.h (original)
+++ llvm/trunk/include/llvm/System/Mutex.h Tue Dec 18 13:15:48 2007
@@ -14,8 +14,6 @@
 #ifndef LLVM_SYSTEM_MUTEX_H
 #define LLVM_SYSTEM_MUTEX_H
 
-#include "llvm/System/IncludeFile.h"
-
 namespace llvm
 {
   namespace sys
@@ -83,6 +81,4 @@
   }
 }
 
-FORCE_DEFINING_FILE_TO_BE_LINKED(SystemMutex)
-
 #endif

Modified: llvm/trunk/include/llvm/System/Path.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/System/Path.h?rev=45165&r1=45164&r2=45165&view=diff

==============================================================================
--- llvm/trunk/include/llvm/System/Path.h (original)
+++ llvm/trunk/include/llvm/System/Path.h Tue Dec 18 13:15:48 2007
@@ -15,7 +15,6 @@
 #define LLVM_SYSTEM_PATH_H
 
 #include "llvm/System/TimeValue.h"
-#include "llvm/System/IncludeFile.h"
 #include <set>
 #include <string>
 #include <vector>
@@ -655,5 +654,4 @@
 
 }
 
-FORCE_DEFINING_FILE_TO_BE_LINKED(SystemPath)
 #endif

Modified: llvm/trunk/include/llvm/System/TimeValue.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/System/TimeValue.h?rev=45165&r1=45164&r2=45165&view=diff

==============================================================================
--- llvm/trunk/include/llvm/System/TimeValue.h (original)
+++ llvm/trunk/include/llvm/System/TimeValue.h Tue Dec 18 13:15:48 2007
@@ -12,7 +12,6 @@
 //===----------------------------------------------------------------------===//
 
 #include "llvm/Support/DataTypes.h"
-#include "llvm/System/IncludeFile.h"
 #include <string>
 
 #ifndef LLVM_SYSTEM_TIMEVALUE_H
@@ -380,6 +379,4 @@
 }
 }
 
-FORCE_DEFINING_FILE_TO_BE_LINKED(SystemTimeValue)
-
 #endif

Modified: llvm/trunk/lib/System/Mutex.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/System/Mutex.cpp?rev=45165&r1=45164&r2=45165&view=diff

==============================================================================
--- llvm/trunk/lib/System/Mutex.cpp (original)
+++ llvm/trunk/lib/System/Mutex.cpp Tue Dec 18 13:15:48 2007
@@ -159,4 +159,3 @@
 #endif
 #endif
 
-DEFINING_FILE_FOR(SystemMutex)

Modified: llvm/trunk/lib/System/Path.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/System/Path.cpp?rev=45165&r1=45164&r2=45165&view=diff

==============================================================================
--- llvm/trunk/lib/System/Path.cpp (original)
+++ llvm/trunk/lib/System/Path.cpp Tue Dec 18 13:15:48 2007
@@ -181,4 +181,3 @@
 #include "Win32/Path.inc"
 #endif
 
-DEFINING_FILE_FOR(SystemPath)

Modified: llvm/trunk/lib/System/TimeValue.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/System/TimeValue.cpp?rev=45165&r1=45164&r2=45165&view=diff

==============================================================================
--- llvm/trunk/lib/System/TimeValue.cpp (original)
+++ llvm/trunk/lib/System/TimeValue.cpp Tue Dec 18 13:15:48 2007
@@ -56,4 +56,3 @@
 #include "Win32/TimeValue.inc"
 #endif
 
-DEFINING_FILE_FOR(SystemTimeValue)





More information about the llvm-commits mailing list