[llvm-commits] [dragonegg] r97393 - /dragonegg/trunk/llvm-abi.h
Duncan Sands
baldrick at free.fr
Sun Feb 28 05:25:12 PST 2010
Author: baldrick
Date: Sun Feb 28 07:25:12 2010
New Revision: 97393
URL: http://llvm.org/viewvc/llvm-project?rev=97393&view=rev
Log:
Port commit 95519 (rafael) from llvm-gcc:
Drop the NumGPR field in SVR4ABI and replace it with a function to count
register use in ScalarElts.
Tested with the llvm test-suite. Committing as this affects ppc linux only.
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=97393&r1=97392&r2=97393&view=diff
==============================================================================
--- dragonegg/trunk/llvm-abi.h (original)
+++ dragonegg/trunk/llvm-abi.h Sun Feb 28 07:25:12 2010
@@ -423,7 +423,6 @@
// Number of general purpose argument registers which have already been
// assigned.
protected:
- unsigned NumGPR;
DefaultABIClient &C;
public:
SVR4ABI(DefaultABIClient &c);
More information about the llvm-commits
mailing list