summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGen
diff options
context:
space:
mode:
authorJustin Holewinski <jholewinski@nvidia.com>2012-05-24 21:39:33 +0000
committerJustin Holewinski <jholewinski@nvidia.com>2012-05-24 21:39:33 +0000
commitc05323dd5c4c3aff62bed59c732db1a2e5d29aa3 (patch)
tree811708b16702f2d1c7786237acc073756d3de622 /clang/test/CodeGen
parent907f7606f2ff29d2af7311c9f09a6f88582b14c2 (diff)
downloadbcm5719-llvm-c05323dd5c4c3aff62bed59c732db1a2e5d29aa3.tar.gz
bcm5719-llvm-c05323dd5c4c3aff62bed59c732db1a2e5d29aa3.zip
Un-XFAIL CodeGen/builtins-nvptx.c now that the proper changes have
landed in LLVM core llvm-svn: 157418
Diffstat (limited to 'clang/test/CodeGen')
-rw-r--r--clang/test/CodeGen/builtins-nvptx.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/clang/test/CodeGen/builtins-nvptx.c b/clang/test/CodeGen/builtins-nvptx.c
index 006cf117aba..fa6b14c1ca7 100644
--- a/clang/test/CodeGen/builtins-nvptx.c
+++ b/clang/test/CodeGen/builtins-nvptx.c
@@ -1,8 +1,6 @@
// RUN: %clang_cc1 -triple nvptx-unknown-unknown -emit-llvm -o %t %s
// RUN: %clang_cc1 -triple nvptx64-unknown-unknown -emit-llvm -o %t %s
-// XFAIL: *
-
int read_tid() {
int x = __builtin_ptx_read_tid_x();
OpenPOWER on IntegriCloud