]> granicus.if.org Git - clang/commitdiff
Un-XFAIL CodeGen/builtins-nvptx.c now that the proper changes have
authorJustin Holewinski <jholewinski@nvidia.com>
Thu, 24 May 2012 21:39:33 +0000 (21:39 +0000)
committerJustin Holewinski <jholewinski@nvidia.com>
Thu, 24 May 2012 21:39:33 +0000 (21:39 +0000)
landed in LLVM core

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@157418 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/builtins-nvptx.c

index 006cf117abad8d0195b53d55e4ab2f0f7d526d7f..fa6b14c1ca7dc2a1e489cb132ebca4fc3bad3200 100644 (file)
@@ -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();