Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Alex D
GHC
Commits
089482ed
Commit
089482ed
authored
Feb 13, 2009
by
Ben.Lippmeier@anu.edu.au
Browse files
NCG: Add missing ops to powerpc isJumpish
parent
b179ed95
Changes
1
Hide whitespace changes
Inline
Side-by-side
compiler/nativeGen/PPC/RegInfo.hs
View file @
089482ed
...
...
@@ -206,6 +206,9 @@ isJumpish instr
=
case
instr
of
BCC
{}
->
True
BCCFAR
{}
->
True
BCTR
{}
->
True
BCTRL
{}
->
True
BL
{}
->
True
JMP
{}
->
True
_
->
False
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment