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 | 16 |
1 files changed, 0 insertions, 16 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 deleted file mode 100644 index d7f8e562134..00000000000 --- a/llvm/test/Regression/CodeGen/CBackend/2003-06-23-PromotedExprs.llx +++ /dev/null @@ -1,16 +0,0 @@ - -; RUN: llvm-upgrade < %s | llvm-as | llc -march=c > %t1.cbe.c -; RUN: gcc -B/usr/bin/ %t1.cbe.c -o %t1.cbe -; RUN: %t1.cbe - -bool %doTest(ubyte %x) { - %dec.0 = add ubyte %x, 255 - %tmp.1001 = trunc ubyte %dec.0 to bool - ret bool %tmp.1001 -} - -int %main () { - %result = call bool %doTest(ubyte 1) - %p = cast bool %result to int - ret int %p -} |

