Deleted Added
sdiff udiff text old ( 13583:f7482392b097 ) new ( 13610:5d5404ac6288 )
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;

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

229 }
230
231 int
232 flattenVecElemIndex(int reg) const
233 {
234 return reg;
235 }
236
237 // dummy
238 int
239 flattenCCIndex(int reg) const
240 {
241 return reg;
242 }
243
244 int

--- 14 unchanged lines hidden ---