From d210e9d8809d5eb1693aa20bdc0d4b64f08768e2 Mon Sep 17 00:00:00 2001 From: Gordon Henriksen Date: Sun, 4 Nov 2007 16:12:17 +0000 Subject: Removing a dead reference from LLVM.xcodeproj. llvm-svn: 43673 --- llvm/Xcode/LLVM.xcodeproj/project.pbxproj | 2 -- 1 file changed, 2 deletions(-) (limited to 'llvm/Xcode') diff --git a/llvm/Xcode/LLVM.xcodeproj/project.pbxproj b/llvm/Xcode/LLVM.xcodeproj/project.pbxproj index 6b61202ac6b..caf5bfd868e 100644 --- a/llvm/Xcode/LLVM.xcodeproj/project.pbxproj +++ b/llvm/Xcode/LLVM.xcodeproj/project.pbxproj @@ -92,7 +92,6 @@ 9F7793480C73BC2000551F9C /* GVNPRE.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = GVNPRE.cpp; sourceTree = ""; }; 9F7793490C73BC2000551F9C /* LoopIndexSplit.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = LoopIndexSplit.cpp; sourceTree = ""; }; 9F77934A0C73BC2000551F9C /* LoopRotation.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = LoopRotation.cpp; sourceTree = ""; }; - 9F77934B0C73BC2000551F9C /* RedundantLoadElimination.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = RedundantLoadElimination.cpp; sourceTree = ""; }; 9F7793500C73BD1500551F9C /* ELFWriter.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ELFWriter.h; sourceTree = ""; }; 9F7793510C73BD1500551F9C /* IfConversion.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = IfConversion.cpp; sourceTree = ""; }; 9F7793520C73BD1500551F9C /* LowerSubregs.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = LowerSubregs.cpp; sourceTree = ""; }; @@ -2071,7 +2070,6 @@ DE66F1AF08ABEFB400323D32 /* LowerPacked.cpp */, CF8F1B5B0B64FA2F00BB4199 /* PredicateSimplifier.cpp */, DE66F1B508ABEFB400323D32 /* Reassociate.cpp */, - 9F77934B0C73BC2000551F9C /* RedundantLoadElimination.cpp */, CF73C0B9098A546000627152 /* Reg2Mem.cpp */, DE66F1B608ABEFB400323D32 /* ScalarReplAggregates.cpp */, DE66F1B708ABEFB400323D32 /* SCCP.cpp */, -- cgit v1.2.3