mirror of
https://github.com/openharmony/third_party_spirv-tools.git
synced 2026-07-21 03:35:25 -04:00
Provide friendly names for true and false
This commit is contained in:
@@ -263,7 +263,7 @@ TEST(CppInterface, OptimizeMulitplePasses) {
|
||||
|
||||
const char* expected_text =
|
||||
"%bool = OpTypeBool\n"
|
||||
"%1 = OpConstantTrue %bool\n";
|
||||
"%true = OpConstantTrue %bool\n";
|
||||
|
||||
CheckOptimization(original_text, expected_text, o);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user