diff options
Diffstat (limited to 'llvm/test/Regression/CodeGen/CBackend/2003-06-23-PromotedExprs.llx')
| -rw-r--r-- | llvm/test/Regression/CodeGen/CBackend/2003-06-23-PromotedExprs.llx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Regression/CodeGen/CBackend/2003-06-23-PromotedExprs.llx b/llvm/test/Regression/CodeGen/CBackend/2003-06-23-PromotedExprs.llx index d3ad57fc111..286d65b345a 100644 --- a/llvm/test/Regression/CodeGen/CBackend/2003-06-23-PromotedExprs.llx +++ b/llvm/test/Regression/CodeGen/CBackend/2003-06-23-PromotedExprs.llx @@ -5,7 +5,7 @@ bool %doTest(ubyte %x) { %dec.0 = add ubyte %x, 255 - %tmp.1001 = cast ubyte %dec.0 to bool + %tmp.1001 = trunc ubyte %dec.0 to bool ret bool %tmp.1001 } |

