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 * Copyright (c) 2009 The University of Edinburgh
4 * All rights reserved.
5 *
6 * Redistribution and use in source and binary forms, with or without
7 * modification, are permitted provided that the following conditions are
8 * met: redistributions of source code must retain the above copyright

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

108 }
109
110 int
111 flattenVecElemIndex(int reg) const
112 {
113 return reg;
114 }
115
116 // dummy
117 int
118 flattenCCIndex(int reg) const
119 {
120 return reg;
121 }
122
123 int

--- 18 unchanged lines hidden ---