[llvm-commits] [llvm] r134089 - /llvm/trunk/lib/Target/Alpha/AlphaISelLowering.cpp

Eric Christopher echristo at apple.com
Wed Jun 29 12:41:27 PDT 2011


Author: echristo
Date: Wed Jun 29 14:41:27 2011
New Revision: 134089

URL: http://llvm.org/viewvc/llvm-project?rev=134089&view=rev
Log:
Add a TODO for the Alpha port inline asm constraints.

Modified:
    llvm/trunk/lib/Target/Alpha/AlphaISelLowering.cpp

Modified: llvm/trunk/lib/Target/Alpha/AlphaISelLowering.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/Alpha/AlphaISelLowering.cpp?rev=134089&r1=134088&r2=134089&view=diff
==============================================================================
--- llvm/trunk/lib/Target/Alpha/AlphaISelLowering.cpp (original)
+++ llvm/trunk/lib/Target/Alpha/AlphaISelLowering.cpp Wed Jun 29 14:41:27 2011
@@ -835,6 +835,8 @@
     case 'r':
       return std::make_pair(0U, Alpha::GPRCRegisterClass);
     case 'f':
+      // TODO: Do we need to add the 64-bit register class here when
+      // it contains the same registers?
       return std::make_pair(0U, Alpha::F4RCRegisterClass);
     }
   }





More information about the llvm-commits mailing list