summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/PTX/bra.ll
diff options
context:
space:
mode:
authorJustin Holewinski <justin.holewinski@gmail.com>2011-04-20 15:37:17 +0000
committerJustin Holewinski <justin.holewinski@gmail.com>2011-04-20 15:37:17 +0000
commit7d8895e7675b659c6c08a58bdf0dbea8cda17a3e (patch)
tree22464f0510d6c3ba5b4f10a4ac246ca2e9f8c43c /llvm/test/CodeGen/PTX/bra.ll
parented16477cb9f907bd3525ae99d787c5d448f8dc0b (diff)
downloadbcm5719-llvm-7d8895e7675b659c6c08a58bdf0dbea8cda17a3e.tar.gz
bcm5719-llvm-7d8895e7675b659c6c08a58bdf0dbea8cda17a3e.zip
PTX: Add intrinsics to list of built-in intrinsics, which allows them to be
used by Clang. To help Clang integration, the PTX target has been split into two targets: ptx32 and ptx64, depending on the desired pointer size. - Add GCCBuiltin class to all intrinsics - Split PTX target into ptx32 and ptx64 llvm-svn: 129851
Diffstat (limited to 'llvm/test/CodeGen/PTX/bra.ll')
-rw-r--r--llvm/test/CodeGen/PTX/bra.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/PTX/bra.ll b/llvm/test/CodeGen/PTX/bra.ll
index 0506a990668..49383eb3cf9 100644
--- a/llvm/test/CodeGen/PTX/bra.ll
+++ b/llvm/test/CodeGen/PTX/bra.ll
@@ -1,4 +1,4 @@
-; RUN: llc < %s -march=ptx | FileCheck %s
+; RUN: llc < %s -march=ptx32 | FileCheck %s
define ptx_device void @test_bra_direct() {
; CHECK: bra $L__BB0_1;
OpenPOWER on IntegriCloud