Un-XFAIL CodeGen/builtins-nvptx.c now that the proper changes have

landed in LLVM core

llvm-svn: 157418
This commit is contained in:
Justin Holewinski 2012-05-24 21:39:33 +00:00
parent 907f7606f2
commit c05323dd5c
1 changed files with 0 additions and 2 deletions

View 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();