diff options
Diffstat (limited to 'llvm/test/CodeGen/PTX/bra.ll')
-rw-r--r-- | llvm/test/CodeGen/PTX/bra.ll | 2 |
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; |