Deleted Added
sdiff udiff text old ( 13582:989577bf6abc ) 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;

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

116 }
117
118 int
119 flattenVecElemIndex(int reg) const
120 {
121 return reg;
122 }
123
124 // dummy
125 int
126 flattenCCIndex(int reg) const
127 {
128 return reg;
129 }
130
131 int

--- 17 unchanged lines hidden ---