[cfe-commits] r57144 - /cfe/trunk/lib/Basic/Targets.cpp

Anders Carlsson andersca at mac.com
Sun Oct 5 17:41:47 PDT 2008


Author: andersca
Date: Sun Oct  5 19:41:45 2008
New Revision: 57144

URL: http://llvm.org/viewvc/llvm-project?rev=57144&view=rev
Log:
Add the 'y' assembler constraint.

Modified:
    cfe/trunk/lib/Basic/Targets.cpp

Modified: cfe/trunk/lib/Basic/Targets.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/Basic/Targets.cpp?rev=57144&r1=57143&r2=57144&view=diff

==============================================================================
--- cfe/trunk/lib/Basic/Targets.cpp (original)
+++ cfe/trunk/lib/Basic/Targets.cpp Sun Oct  5 19:41:45 2008
@@ -437,6 +437,7 @@
   case 't': // top of floating point stack.
   case 'u': // second from top of floating point stack.
   case 'q': // Any register accessible as [r]l: a, b, c, and d.
+  case 'y': // Any MMX register.
   case 'Q': // Any register accessible as [r]h: a, b, c, and d.
   case 'Z': // 32-bit integer constant for use with zero-extending x86_64
             // instructions.





More information about the cfe-commits mailing list