Provide friendly names for true and false

This commit is contained in:
David Neto
2017-01-11 16:12:50 -05:00
parent d1868b9361
commit 545a6c1dc3
6 changed files with 42 additions and 29 deletions
+1 -1
View File
@@ -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);
}