diff options
Diffstat (limited to 'test/CodeGen/SPARC/private.ll')
| -rw-r--r-- | test/CodeGen/SPARC/private.ll | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/test/CodeGen/SPARC/private.ll b/test/CodeGen/SPARC/private.ll deleted file mode 100644 index 400d907e150f..000000000000 --- a/test/CodeGen/SPARC/private.ll +++ /dev/null @@ -1,21 +0,0 @@ -; Test to make sure that the 'private' is used correctly. -; -; RUN: llc < %s -march=sparc | FileCheck %s - -define private void @foo() { - ret void -} -; CHECK: [[FOO:\..*foo]]: - -@baz = private global i32 4 - -define i32 @bar() { - call void @foo() - %1 = load i32, i32* @baz, align 4 - ret i32 %1 -} - -; CHECK: call [[FOO]] -; CHECK: ld {{.+}}[[BAZ:\..*baz]] - -; CHECK: [[BAZ]] |
