mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-22 10:42:39 +01:00
[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
a981cd8df0
commit
636a02dd3d
@ -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
Block a user