add a note

llvm-svn: 29722
This commit is contained in:
Chris Lattner 2006-08-16 02:47:44 +00:00
parent 0621caef44
commit 08a5f38c5c
1 changed files with 13 additions and 0 deletions

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