1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-02-01 05:01:59 +01:00

add a note

llvm-svn: 29722
This commit is contained in:
Chris Lattner 2006-08-16 02:47:44 +00:00
parent 1eabe5fb58
commit 7476a6c710

View File

@ -709,3 +709,16 @@ float uint32_2_float( unsigned u ) {
When using fastcc abi, align stack slot of argument of type double on 8 byte
boundary to improve performance.
//===---------------------------------------------------------------------===//
Codegen:
if ((variable == 4) || (variable == 6)) { stuff }
as:
or eax, 2
cmp eax, 6
jz label