From 877fbcd8d7c6fb8f5c1fb10ddc39cf715f5421aa Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Sat, 28 Jul 2001 18:04:10 +0000 Subject: [PATCH] New test cases git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@329 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/Feature/allocatest2.ll | 25 +++++++++++++++++++++++++ test/exprtest.ll | 32 ++++++++++++++++++++++++++++++++ 2 files changed, 57 insertions(+) create mode 100644 test/Feature/allocatest2.ll create mode 100644 test/exprtest.ll diff --git a/test/Feature/allocatest2.ll b/test/Feature/allocatest2.ll new file mode 100644 index 00000000000..8500d9f4177 --- /dev/null +++ b/test/Feature/allocatest2.ll @@ -0,0 +1,25 @@ + +implementation + +declare void "_Z12combinationsjPj" (uint, uint*) ;; Prototype for: void combinations(unsigned int, unsigned int*) + +;; Emitting: void UseAllocaFunction(unsigned int) +void "_Z17UseAllocaFunctionj"(uint %n) +begin +bb1: ;;