commit | 7ce1bbf05d1160231306e529773ef96a56d8e94e | [log] [tgz] |
---|---|---|
author | Chris Lattner <sabre@nondot.org> | Sun Feb 05 05:52:55 2006 +0000 |
committer | Chris Lattner <sabre@nondot.org> | Sun Feb 05 05:52:55 2006 +0000 |
tree | bbf45a0dc2252bd9a246bcca15317cce7f22120c | |
parent | 7c90f73a1b06040d971a3dd95a491031ae6238d5 [diff] [blame] |
move V8 testcases here git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@25986 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/test/CodeGen/SPARC/basictest.ll b/test/CodeGen/SPARC/basictest.ll new file mode 100644 index 0000000..274f2ce --- /dev/null +++ b/test/CodeGen/SPARC/basictest.ll
@@ -0,0 +1,6 @@ +; RUN: llvm-as < %s | llc -march=sparc + +int %test(int %X) { + %tmp.1 = add int %X, 1 ; <int> [#uses=1] + ret int %tmp.1 +}