mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-21 12:51:20 +00:00
PredCC is meant to be 2 bits wide, like PredCC1.
llvm-svn: 78829
This commit is contained in:
parent
83d1de03ca
commit
9199f62b3d
@ -48,7 +48,7 @@ namespace {
|
||||
unsigned PredCC1 : 2; // 0 - If predicated, cc is on and vice versa.
|
||||
// 1 - No cc field.
|
||||
// 2 - Always set CPSR.
|
||||
unsigned PredCC2 : 1;
|
||||
unsigned PredCC2 : 2;
|
||||
unsigned Special : 1; // Needs to be dealt with specially
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user