diff options
Diffstat (limited to 'llvm/test/CodeGen/PTX/setp.ll')
-rw-r--r-- | llvm/test/CodeGen/PTX/setp.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/PTX/setp.ll b/llvm/test/CodeGen/PTX/setp.ll index 5348482e093..5836122049e 100644 --- a/llvm/test/CodeGen/PTX/setp.ll +++ b/llvm/test/CodeGen/PTX/setp.ll @@ -1,4 +1,4 @@ -; RUN: llc < %s -march=ptx | FileCheck %s +; RUN: llc < %s -march=ptx32 | FileCheck %s define ptx_device i32 @test_setp_eq_u32_rr(i32 %x, i32 %y) { ; CHECK: setp.eq.u32 p0, r1, r2; |