llvm-6502/test/CodeGen
Chris Lattner 5192676aa4 New testcase. This now codegens to:
max:
        mov %EAX, DWORD PTR [%ESP + 4]
        mov %ECX, DWORD PTR [%ESP + 8]
        cmp %EAX, %ECX
        cmovle %EAX, %ECX
        ret

Someone should really implement passing arguments through registers for
known-internal functions.  :)


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12558 91177308-0d34-0410-b5e6-96231b3b80d8
2004-03-30 22:36:52 +00:00
..
CBackend Fixed test case to actually check for the static declaration. 2004-02-26 22:56:13 +00:00
Generic
X86 New testcase. This now codegens to: 2004-03-30 22:36:52 +00:00