forked from OSchip/llvm-project
[AMDGPU] Removed unused Predicate HasOffset3fBug. NFC.
The predicate definition didn't make sense anyway because it was defined as being the opposite of what the name suggests.
This commit is contained in:
parent
8a9ec39bd0
commit
c3cc9d1eb2
|
@ -1476,9 +1476,6 @@ def HasAtomicFaddInsts : Predicate<"Subtarget->hasAtomicFaddInsts()">,
|
|||
def HasDsSrc2Insts : Predicate<"!Subtarget->hasDsSrc2Insts()">,
|
||||
AssemblerPredicate<(all_of FeatureDsSrc2Insts)>;
|
||||
|
||||
def HasOffset3fBug : Predicate<"!Subtarget->hasOffset3fBug()">,
|
||||
AssemblerPredicate<(all_of FeatureOffset3fBug)>;
|
||||
|
||||
def EnableLateCFGStructurize : Predicate<
|
||||
"EnableLateStructurizeCFG">;
|
||||
|
||||
|
|
Loading…
Reference in New Issue