From 0908309e3c4b4f423e88d8d8fe8060cb10eaa1c9 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Sun, 8 Jul 2001 04:57:15 +0000 Subject: Neg instruction removed. Cast instruction implemented. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@156 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/Feature/casttest.ll | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 test/Feature/casttest.ll (limited to 'test') diff --git a/test/Feature/casttest.ll b/test/Feature/casttest.ll new file mode 100644 index 0000000000..5b2db7b488 --- /dev/null +++ b/test/Feature/casttest.ll @@ -0,0 +1,11 @@ +implementation + +short "FunFunc"(long %x, sbyte %z) +begin +bb0: ;;