summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/PHIElimination.cpp
diff options
context:
space:
mode:
authorCameron Zwarich <zwarich@apple.com>2011-02-17 06:13:43 +0000
committerCameron Zwarich <zwarich@apple.com>2011-02-17 06:13:43 +0000
commit0b0cc4d75e7db991a844066fdc896281e7836a72 (patch)
treefb34bfd8bcfffa612295969473b8e4997c65decf /llvm/lib/CodeGen/PHIElimination.cpp
parent5850225f524c7935f22f625064df54c1c60ef102 (diff)
downloadbcm5719-llvm-0b0cc4d75e7db991a844066fdc896281e7836a72.tar.gz
bcm5719-llvm-0b0cc4d75e7db991a844066fdc896281e7836a72.zip
Return Changed from SplitPHIEdges rather than always returning true.
llvm-svn: 125726
Diffstat (limited to 'llvm/lib/CodeGen/PHIElimination.cpp')
-rw-r--r--llvm/lib/CodeGen/PHIElimination.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/PHIElimination.cpp b/llvm/lib/CodeGen/PHIElimination.cpp
index f59e4f1aa3b..169e2265548 100644
--- a/llvm/lib/CodeGen/PHIElimination.cpp
+++ b/llvm/lib/CodeGen/PHIElimination.cpp
@@ -423,5 +423,5 @@ bool PHIElimination::SplitPHIEdges(MachineFunction &MF,
}
}
}
- return true;
+ return Changed;
}
OpenPOWER on IntegriCloud