From 90147816f67d4adc90d8562b2d40da04f5152ecb Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Sun, 22 Jul 2001 05:00:34 +0000 Subject: New test case git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@268 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/combinations.ll | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 test/combinations.ll (limited to 'test/combinations.ll') diff --git a/test/combinations.ll b/test/combinations.ll new file mode 100644 index 0000000..8dfd67b --- /dev/null +++ b/test/combinations.ll @@ -0,0 +1,39 @@ +implementation + +;; Emitting: void combinations(unsigned int, unsigned int*) +void "combinations"(uint %n, uint* %A) +begin +bb1: ;;