commit | a54f6b16f9b7a30044a98de79a72dae4f2dcc04c | [log] [tgz] |
---|---|---|
author | Andrew Lenharth <andrewl@lenharth.org> | Tue Oct 31 19:50:55 2006 +0000 |
committer | Andrew Lenharth <andrewl@lenharth.org> | Tue Oct 31 19:50:55 2006 +0000 |
tree | 4a011d0a211f609e27860523876828cd54632c52 | |
parent | 1a60aa7bc1e48150785402e0ae69276f78080d33 [diff] [blame] |
make one giant add and sub tester git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@31321 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/test/CodeGen/Alpha/mul5.ll b/test/CodeGen/Alpha/mul5.ll index 2c7a358..4f2a4c2 100644 --- a/test/CodeGen/Alpha/mul5.ll +++ b/test/CodeGen/Alpha/mul5.ll
@@ -22,6 +22,11 @@ ulong %foo4ln(ulong %x) { entry: + %tmp.1 = mul ulong %x, 508 + ret ulong %tmp.1 +} +ulong %foo4ln_more(ulong %x) { +entry: %tmp.1 = mul ulong %x, 252 ret ulong %tmp.1 }