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:
74cfb7d
)
blr is a branch too
author
Chris Lattner
<sabre@nondot.org>
Sat, 11 Mar 2006 21:49:49 +0000
(21:49 +0000)
committer
Chris Lattner
<sabre@nondot.org>
Sat, 11 Mar 2006 21:49:49 +0000
(21:49 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@26710
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Target/PowerPC/PPCHazardRecognizers.cpp
patch
|
blob
|
history
diff --git
a/lib/Target/PowerPC/PPCHazardRecognizers.cpp
b/lib/Target/PowerPC/PPCHazardRecognizers.cpp
index 203f116135b63eb90afcf800ff590dc0430cd9c2..a88cb123a570ebaf674589491bf8195f1e531eda 100644
(file)
--- a/
lib/Target/PowerPC/PPCHazardRecognizers.cpp
+++ b/
lib/Target/PowerPC/PPCHazardRecognizers.cpp
@@
-79,6
+79,7
@@
PPCHazardRecognizer970::GetInstrType(unsigned Opcode) {
case PPC::BCTRL:
case PPC::BL:
case PPC::BLA:
+ case PPC::BLR:
return BR;
case PPC::MCRF:
case PPC::MFCR: