diff options
author | 2023-10-19 10:04:38 +0000 | |
---|---|---|
committer | 2023-10-19 10:04:38 +0000 | |
commit | 98c15524d7da162dd2571fbeed0e3d7c713a6b75 (patch) | |
tree | 9fb748559e45cf83679314b6c1d2834a2ead932d /compiler/optimizing/optimizing_compiler.cc | |
parent | 7b01eef7a1bb1f02a4388a3e2a12066af0f0ce92 (diff) |
Revert "riscv64: [codegen] Rewrite and enable Select."
This reverts commit 7b01eef7a1bb1f02a4388a3e2a12066af0f0ce92.
Reason for revert: this change is breaking builds b/306335122
Bug:306335122
Change-Id: I5d7427ecc26a74f548229874a0c26e1e1a647abe
Diffstat (limited to 'compiler/optimizing/optimizing_compiler.cc')
-rw-r--r-- | compiler/optimizing/optimizing_compiler.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/optimizing/optimizing_compiler.cc b/compiler/optimizing/optimizing_compiler.cc index bc0a66f7db..0fea53c247 100644 --- a/compiler/optimizing/optimizing_compiler.cc +++ b/compiler/optimizing/optimizing_compiler.cc @@ -770,7 +770,6 @@ static bool CanAssembleGraphForRiscv64(HGraph* graph) { case HInstruction::kExit: case HInstruction::kGoto: case HInstruction::kPackedSwitch: - case HInstruction::kSelect: case HInstruction::kTryBoundary: case HInstruction::kClearException: case HInstruction::kLoadException: |