diff options
| author | Graydon Hoare <[email protected]> | 2010-08-31 14:36:51 -0700 |
|---|---|---|
| committer | Graydon Hoare <[email protected]> | 2010-08-31 14:36:51 -0700 |
| commit | b90e6b93c1d48d4a4816467dd489794bc2c89c9c (patch) | |
| tree | 898876f89449eb62ed492ed2b3e21e957a0e7e63 /src/boot | |
| parent | Add block-comment support, various additional operators. Rustc can lex itself... (diff) | |
| download | rust-b90e6b93c1d48d4a4816467dd489794bc2c89c9c.tar.xz rust-b90e6b93c1d48d4a4816467dd489794bc2c89c9c.zip | |
Whitespace churn.
Diffstat (limited to 'src/boot')
| -rw-r--r-- | src/boot/be/x86.ml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/boot/be/x86.ml b/src/boot/be/x86.ml index 202f3589..b6d57e27 100644 --- a/src/boot/be/x86.ml +++ b/src/boot/be/x86.ml @@ -315,7 +315,7 @@ let emit_target_specific match cell with Il.Cell (Il.Reg (Il.Hreg hr, _)) -> hr = eax | _ -> false - in + in if is_eax lhs then mov rhs_ecx rhs |