Deleted Added
sdiff udiff text old ( 12106:7784fac1b159 ) new ( 12109:f29e9c5418aa )
full compact
1/*
2 * Copyright (c) 2009 The Regents of The University of Michigan
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions are
7 * met: redistributions of source code must retain the above copyright
8 * notice, this list of conditions and the following disclaimer;

--- 96 unchanged lines hidden (view full) ---

105 }
106
107 int
108 flattenFloatIndex(int reg) const
109 {
110 return reg;
111 }
112
113 // dummy
114 int
115 flattenCCIndex(int reg) const
116 {
117 return reg;
118 }
119
120 int

--- 17 unchanged lines hidden ---