[cfe-commits] r157418 - /cfe/trunk/test/CodeGen/builtins-nvptx.c

Justin Holewinski jholewinski at nvidia.com
Thu May 24 14:39:34 PDT 2012


Author: jholewinski
Date: Thu May 24 16:39:33 2012
New Revision: 157418

URL: http://llvm.org/viewvc/llvm-project?rev=157418&view=rev
Log:
Un-XFAIL CodeGen/builtins-nvptx.c now that the proper changes have
landed in LLVM core

Modified:
    cfe/trunk/test/CodeGen/builtins-nvptx.c

Modified: cfe/trunk/test/CodeGen/builtins-nvptx.c
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/CodeGen/builtins-nvptx.c?rev=157418&r1=157417&r2=157418&view=diff
==============================================================================
--- cfe/trunk/test/CodeGen/builtins-nvptx.c (original)
+++ cfe/trunk/test/CodeGen/builtins-nvptx.c Thu May 24 16:39:33 2012
@@ -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();





More information about the cfe-commits mailing list