Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Glasgow Haskell Compiler
GHC
Commits
6467f76a
Commit
6467f76a
authored
Sep 23, 2001
by
ken
Browse files
[project @ 2001-09-23 21:43:25 by ken]
Yes, Virginia, alpha-dec-osf3 is little-endian. MERGE TO STABLE
parent
ac0b458c
Changes
1
Hide whitespace changes
Inline
Side-by-side
testsuite/tests/ghc-regress/codeGen/should_run/cg044.hs
View file @
6467f76a
...
...
@@ -15,6 +15,12 @@ reverse_if_bigendian = id
#
ifdef
i386_unknown_mingw32
reverse_if_bigendian
=
id
#
endif
#
ifdef
i386_unknown_mingw32
reverse_if_bigendian
=
id
#
endif
#
ifdef
alpha_dec_osf3
reverse_if_bigendian
=
id
#
endif
main
::
IO
()
...
...
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