Chris Lattner 2b10b08ad6 Pass boolean constants into function calls more efficiently, generating:
mov DWORD PTR [%ESP + 4], 1

instead of:

        mov %EAX, 1
        mov DWORD PTR [%ESP + 4], %EAX


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13494 91177308-0d34-0410-b5e6-96231b3b80d8
2004-05-12 16:35:04 +00:00
..
2004-05-09 06:22:29 +00:00
2004-01-14 21:18:03 +00:00
2004-05-09 04:29:57 +00:00
2004-02-13 23:29:37 +00:00