From 877fbcd8d7c6fb8f5c1fb10ddc39cf715f5421aa Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Sat, 28 Jul 2001 18:04:10 +0000 Subject: 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 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 test/Feature/allocatest2.ll (limited to 'test/Feature') diff --git a/test/Feature/allocatest2.ll b/test/Feature/allocatest2.ll new file mode 100644 index 0000000..8500d9f --- /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: ;;