summaryrefslogtreecommitdiffstats
path: root/llvm/lib
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2002-08-07 21:39:39 +0000
committerChris Lattner <sabre@nondot.org>2002-08-07 21:39:39 +0000
commite64e62eff95c25ec063eafa869c86f5eb5058dff (patch)
treed8e9a92e8fa78912fc68e308915bdb45fcebe160 /llvm/lib
parent24c550cd2de735c0458fa184f329be880d13ccbb (diff)
downloadbcm5719-llvm-e64e62eff95c25ec063eafa869c86f5eb5058dff.tar.gz
bcm5719-llvm-e64e62eff95c25ec063eafa869c86f5eb5058dff.zip
Fix breakage in the build
llvm-svn: 3258
Diffstat (limited to 'llvm/lib')
-rw-r--r--llvm/lib/Target/Sparc/Sparc.cpp5
1 files changed, 2 insertions, 3 deletions
diff --git a/llvm/lib/Target/Sparc/Sparc.cpp b/llvm/lib/Target/Sparc/Sparc.cpp
index 7ec76fc0529..0908f85da2f 100644
--- a/llvm/lib/Target/Sparc/Sparc.cpp
+++ b/llvm/lib/Target/Sparc/Sparc.cpp
@@ -182,7 +182,7 @@ void UltraSparc::addPassesToEmitAssembly(PassManager &PM, std::ostream &Out) {
PM.add(createPrologEpilogCodeInserter(*this));
- PM.add(MappingInfoForFunction(Out));
+ //PM.add(MappingInfoForFunction(Out));
// Output assembly language to the .s file. Assembly emission is split into
// two parts: Function output and Global value output. This is because
@@ -198,7 +198,6 @@ void UltraSparc::addPassesToEmitAssembly(PassManager &PM, std::ostream &Out) {
// Emit bytecode to the sparc assembly file into its special section next
PM.add(getEmitBytecodeToAsmPass(Out));
- PM.add(getFunctionInfo(Out));
-
+ //PM.add(getFunctionInfo(Out));
}
OpenPOWER on IntegriCloud