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

llvm-svn: 157418

clang/test/CodeGen/builtins-nvptx.c

index 006cf11..fa6b14c 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();