| commit | 953a0ed4e507fd6e756aa3e5c671bee80d7e9b3e | [log] [tgz] |
|---|---|---|
| author | Andy McFadden <fadden@android.com> | Fri Sep 17 15:48:38 2010 -0700 |
| committer | Andy McFadden <fadden@android.com> | Fri Sep 17 15:48:38 2010 -0700 |
| tree | f913925521046e21f138c1704a97670c4bbefd1f | |
| parent | e50255299c3df62ce4dabccd16c1c0d89dad2e96 [diff] [blame] |
Staticify. Mark some functions "static". Change-Id: Ia80bccab1f72690729e43f99783d34fe366108b2
diff --git a/vm/compiler/Ralloc.c b/vm/compiler/Ralloc.c index f227527..744bc32 100644 --- a/vm/compiler/Ralloc.c +++ b/vm/compiler/Ralloc.c
@@ -25,7 +25,7 @@ int last; } LiveRange; -int computeLiveRange(LiveRange *list, BasicBlock *bb, int seqNum) +static int computeLiveRange(LiveRange *list, BasicBlock *bb, int seqNum) { MIR *mir; int i;