Deleted Added
sdiff udiff text old ( 10934:5af8f40d8f2c ) new ( 10935:acd48ddd725f )
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;

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

206
207 // dummy
208 int
209 flattenCCIndex(int reg) const
210 {
211 return reg;
212 }
213
214 int
215 flattenMiscIndex(int reg) const
216 {
217 return reg;
218 }
219
220
221 typedef SparcISAParams Params;
222 const Params *params() const;
223
224 ISA(Params *p);
225};
226}
227
228#endif