Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
Glasgow Haskell Compiler
GHC
Commits
0fdd7244
Commit
0fdd7244
authored
May 11, 2007
by
Michael D. Adams
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed copy-and-paste error in the machOps of compiler/cmm/CmmParse.y
parent
dd8f4c64
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
compiler/cmm/CmmParse.y
compiler/cmm/CmmParse.y
+3
-3
No files found.
compiler/cmm/CmmParse.y
View file @
0fdd7244
...
...
@@ -525,9 +525,9 @@ machOps = listToUFM $
( "f2f32", flip MO_S_Conv F32 ), -- TODO; rounding mode
( "f2f64", flip MO_S_Conv F64 ), -- TODO; rounding mode
( "f2i8", flip MO_S_Conv I8 ),
( "f2i16", flip MO_S_Conv I
8
),
( "f2i32", flip MO_S_Conv I
8
),
( "f2i64", flip MO_S_Conv I
8
),
( "f2i16", flip MO_S_Conv I
16
),
( "f2i32", flip MO_S_Conv I
32
),
( "f2i64", flip MO_S_Conv I
64
),
( "i2f32", flip MO_S_Conv F32 ),
( "i2f64", flip MO_S_Conv F64 )
]
...
...
Write
Preview
Markdown
is supported
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