[llvm-commits] [123385] -raise is gone
clattner at apple.com
clattner at apple.com
Sat Feb 3 15:23:22 PST 2007
Revision: 123385
Author: clattner
Date: 2007-02-03 15:23:22 -0800 (Sat, 03 Feb 2007)
Log Message:
-----------
-raise is gone
Modified Paths:
--------------
apple-local/branches/llvm/gcc/llvm-linker-hack.cpp
Modified: apple-local/branches/llvm/gcc/llvm-linker-hack.cpp
===================================================================
--- apple-local/branches/llvm/gcc/llvm-linker-hack.cpp 2007-02-03 23:18:08 UTC (rev 123384)
+++ apple-local/branches/llvm/gcc/llvm-linker-hack.cpp 2007-02-03 23:23:22 UTC (rev 123385)
@@ -74,7 +74,6 @@
llvm::createTailCallEliminationPass();
llvm::createDeadStoreEliminationPass();
llvm::createIPConstantPropagationPass();
- llvm::createRaisePointerReferencesPass();
}
/* APPLE LOCAL end LLVM (ENTIRE FILE!) */
More information about the llvm-commits
mailing list