projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e61198b
)
Be really paranoid about not breaking stuff yet
author
Chris Lattner
<sabre@nondot.org>
Tue, 23 Nov 2004 06:56:18 +0000
(06:56 +0000)
committer
Chris Lattner
<sabre@nondot.org>
Tue, 23 Nov 2004 06:56:18 +0000
(06:56 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18152
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Target/PowerPC/PPCTargetMachine.cpp
patch
|
blob
|
history
diff --git
a/lib/Target/PowerPC/PPCTargetMachine.cpp
b/lib/Target/PowerPC/PPCTargetMachine.cpp
index 6eef33d775010d0c06dbb8a5a11d2c1d37f974f1..10aa823d7381b77e133d1feb618ecbfdf5c29b84 100644
(file)
--- a/
lib/Target/PowerPC/PPCTargetMachine.cpp
+++ b/
lib/Target/PowerPC/PPCTargetMachine.cpp
@@
-114,6
+114,7
@@
bool PowerPCTargetMachine::addPassesToEmitAssembly(PassManager &PM,
}
void PowerPCJITInfo::addPassesToJITCompile(FunctionPassManager &PM) {
+ return true;
// FIXME: Implement efficient support for garbage collection intrinsics.
PM.add(createLowerGCPass());