[llvm-commits] [dragonegg] r92903 - /dragonegg/trunk/llvm-abi.h

Duncan Sands baldrick at free.fr
Wed Jan 6 22:40:22 PST 2010


Author: baldrick
Date: Thu Jan  7 00:40:22 2010
New Revision: 92903

URL: http://llvm.org/viewvc/llvm-project?rev=92903&view=rev
Log:
Remove two unused variables.

Modified:
    dragonegg/trunk/llvm-abi.h

Modified: dragonegg/trunk/llvm-abi.h
URL: http://llvm.org/viewvc/llvm-project/dragonegg/trunk/llvm-abi.h?rev=92903&r1=92902&r2=92903&view=diff

==============================================================================
--- dragonegg/trunk/llvm-abi.h (original)
+++ dragonegg/trunk/llvm-abi.h Thu Jan  7 00:40:22 2010
@@ -825,8 +825,6 @@
                       Attributes *Attributes = NULL) {
     // Eight GPR's are availabe for parameter passing.
     const unsigned NumArgRegs = 8;
-    unsigned Size = 0;
-    bool DontCheckAlignment = false;
     const Type *Ty = ConvertType(type);
     // Figure out if this field is zero bits wide, e.g. {} or [0 x int].  Do
     // not include variable sized fields here.





More information about the llvm-commits mailing list