Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
obsidiansystems
GHC
Commits
7bf273cd
Commit
7bf273cd
authored
Jul 18, 2014
by
Austin Seipp
Browse files
nativeGen: detabify/dewhitespace PPC/Cond
Signed-off-by:
Austin Seipp
<
austin@well-typed.com
>
parent
960f4e12
Changes
1
Hide whitespace changes
Inline
Side-by-side
compiler/nativeGen/PPC/Cond.hs
View file @
7bf273cd
{-# OPTIONS_GHC -fno-warn-tabs #-}
-- The above warning supression flag is a temporary kludge.
-- While working on this module you are encouraged to remove it and
-- detab the module (please do the detabbing in a separate patch). See
-- http://ghc.haskell.org/trac/ghc/wiki/Commentary/CodingStyle#TabsvsSpaces
-- for details
module
PPC.Cond
(
Cond
(
..
),
condNegate
,
condUnsigned
,
condToSigned
,
condToUnsigned
,
Cond
(
..
),
condNegate
,
condUnsigned
,
condToSigned
,
condToUnsigned
,
)
where
...
...
@@ -19,18 +11,18 @@ where
import
Panic
data
Cond
=
ALWAYS
|
EQQ
|
GE
|
GEU
|
GTT
|
GU
|
LE
|
LEU
|
LTT
|
LU
|
NE
deriving
Eq
=
ALWAYS
|
EQQ
|
GE
|
GEU
|
GTT
|
GU
|
LE
|
LEU
|
LTT
|
LU
|
NE
deriving
Eq
condNegate
::
Cond
->
Cond
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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