summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGen/kr-call.c
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2011-10-25 00:15:21 +0000
committerDan Gohman <gohman@apple.com>2011-10-25 00:15:21 +0000
commitc44b95c3b533c019ccfbb410eae117d17f85a06c (patch)
tree233c0952091e58bdc976e8bc190dd6af63e999bd /clang/test/CodeGen/kr-call.c
parent17ec1a19e5b28c45ae1280b5bedb2fc884312d70 (diff)
downloadbcm5719-llvm-c44b95c3b533c019ccfbb410eae117d17f85a06c.tar.gz
bcm5719-llvm-c44b95c3b533c019ccfbb410eae117d17f85a06c.zip
Remove more SystemZ (s390) tests.
llvm-svn: 142883
Diffstat (limited to 'clang/test/CodeGen/kr-call.c')
-rw-r--r--clang/test/CodeGen/kr-call.c12
1 files changed, 0 insertions, 12 deletions
diff --git a/clang/test/CodeGen/kr-call.c b/clang/test/CodeGen/kr-call.c
deleted file mode 100644
index ea4e3d3d70f..00000000000
--- a/clang/test/CodeGen/kr-call.c
+++ /dev/null
@@ -1,12 +0,0 @@
-// RUN: %clang_cc1 -triple s390x-unknown-linux -emit-llvm -o - %s | FileCheck %s
-
-// Test that we don't crash. The s390x-unknown-linux target happens
-// to need to set a sext argument attribute on this call, and we need
-// to make sure that rewriting it correctly keeps that attribute.
-void test0_helper();
-void test0() {
- // CHECK: call void bitcast (void ()* @test0_helper to void (i32)*)(i32 signext 1)
- test0_helper(1);
-}
-void test0_helper() {}
-
OpenPOWER on IntegriCloud