aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/CBackend/2003-06-23-PromotedExprs.llx
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/CBackend/2003-06-23-PromotedExprs.llx')
-rw-r--r--test/CodeGen/CBackend/2003-06-23-PromotedExprs.llx2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/CBackend/2003-06-23-PromotedExprs.llx b/test/CodeGen/CBackend/2003-06-23-PromotedExprs.llx
index d3ad57fc11..286d65b345 100644
--- a/test/CodeGen/CBackend/2003-06-23-PromotedExprs.llx
+++ b/test/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
}