[llvm-commits] [dragonegg] r173248 - /dragonegg/trunk/TODO
Duncan Sands
baldrick at free.fr
Wed Jan 23 02:09:35 PST 2013
Author: baldrick
Date: Wed Jan 23 04:09:35 2013
New Revision: 173248
URL: http://llvm.org/viewvc/llvm-project?rev=173248&view=rev
Log:
This code base makes too much use of macros.
Modified:
dragonegg/trunk/TODO
Modified: dragonegg/trunk/TODO
URL: http://llvm.org/viewvc/llvm-project/dragonegg/trunk/TODO?rev=173248&r1=173247&r2=173248&view=diff
==============================================================================
--- dragonegg/trunk/TODO (original)
+++ dragonegg/trunk/TODO Wed Jan 23 04:09:35 2013
@@ -59,6 +59,7 @@
Convert GCC floating point register constants without "going through memory"
(see TreeToLLVM::EmitRealRegisterConstant).
+Reduce the use of macros.
Features
--------
More information about the llvm-commits
mailing list