diff options
author | Brian Gaeke <gaeke@uiuc.edu> | 2004-08-23 20:49:33 +0000 |
---|---|---|
committer | Brian Gaeke <gaeke@uiuc.edu> | 2004-08-23 20:49:33 +0000 |
commit | 7d837d152d80ccd6f308954a5874b3b1d6a9428d (patch) | |
tree | 9c72c5fa11f5f8f7f7dd07a2424d68e366fa7321 /test/CodeGen/SparcV9 | |
parent | e51c35693d3ec81f4e337ae07b5e6a4241b8e714 (diff) |
A PR60 test case
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16005 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/SparcV9')
-rw-r--r-- | test/CodeGen/SparcV9/2004-08-22-CallNull.llx | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/test/CodeGen/SparcV9/2004-08-22-CallNull.llx b/test/CodeGen/SparcV9/2004-08-22-CallNull.llx new file mode 100644 index 0000000000..0736aef9bc --- /dev/null +++ b/test/CodeGen/SparcV9/2004-08-22-CallNull.llx @@ -0,0 +1,9 @@ +; RUN: llvm-as < %s | llc -march=sparcv9 + +implementation ; Functions: + +void %main() { +entry: + call void null( ) + ret void +} |