projects
/
ghc-hetmet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
08e02e4
)
[project @ 2000-02-01 16:08:17 by sewardj]
author
sewardj
<unknown>
Tue, 1 Feb 2000 16:08:17 +0000
(16:08 +0000)
committer
sewardj
<unknown>
Tue, 1 Feb 2000 16:08:17 +0000
(16:08 +0000)
Export findReservedRegs for all architectures.
ghc/compiler/nativeGen/RegAllocInfo.lhs
patch
|
blob
|
history
diff --git
a/ghc/compiler/nativeGen/RegAllocInfo.lhs
b/ghc/compiler/nativeGen/RegAllocInfo.lhs
index
620d503
..
53d651e
100644
(file)
--- a/
ghc/compiler/nativeGen/RegAllocInfo.lhs
+++ b/
ghc/compiler/nativeGen/RegAllocInfo.lhs
@@
-35,7
+35,7
@@
module RegAllocInfo (
patchRegs,
regLiveness,
spillReg,
- IF_ARCH_i386(findReservedRegs COMMA,)
+ findReservedRegs,
RegSet,
elementOfRegSet,