commit | 46eff7d55f5f1f7c1366cc68b43eb2cd7b65c349 | [log] [tgz] |
---|---|---|
author | Chris Lattner <sabre@nondot.org> | Wed Dec 04 17:15:07 2002 +0000 |
committer | Chris Lattner <sabre@nondot.org> | Wed Dec 04 17:15:07 2002 +0000 |
tree | 6092ae4b84d8865586ad28e5e43712284954a6dc | |
parent | 1af9bebcda219df44226c0463ecf9500a3b12013 [diff] [blame] |
Add main functions to benchmarks llvm-svn: 4915
diff --git a/llvm/test/Regression/Jello/test-arith.ll b/llvm/test/Regression/Jello/test-arith.ll index ffe85a8..0527277 100644 --- a/llvm/test/Regression/Jello/test-arith.ll +++ b/llvm/test/Regression/Jello/test-arith.ll
@@ -1,5 +1,5 @@ -void %test() { +void %main() { %A = add sbyte 0, 12 %B = sub sbyte %A, %A %C = mul sbyte %B, %B