http://llvm.org/bugs/show_bug.cgi?id=4404


Chris Lattner <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID




--- Comment #1 from Chris Lattner <[email protected]>  2009-06-17 00:42:07 ---
That is a load.  $ indicates a constant.  With -print-machineinstrs you can see
this is a load:

        %EAX<def> = MOV32rm %reg0, 1, %reg0, 11259885, %reg0, Mem:LD(4,4)
[0x190200c + 0]

Alternatively, with intel syntax:

        mov     EAX, DWORD PTR [11259885]


-- 
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs

Reply via email to