add a note

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29722 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2006-08-16 02:47:44 +00:00
parent fe85403467
commit 5c36d78462

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