Commit a32023ed authored by wangpc's avatar wangpc
Browse files

[RISCV][NFC] Change type of isOrdered to boolean

The name is `isOrdered` but it's a string actually, which is a bit
confusing. We change its type to `bit` and get the order string via
its value.

Reviewed By: craig.topper

Differential Revision: https://reviews.llvm.org/D156306
parent 867f2d9e
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment