diff options
Diffstat (limited to 'llvm/test/CodeGen/PTX/exit.ll')
-rw-r--r-- | llvm/test/CodeGen/PTX/exit.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/PTX/exit.ll b/llvm/test/CodeGen/PTX/exit.ll index 4071babb80c..7816c801728 100644 --- a/llvm/test/CodeGen/PTX/exit.ll +++ b/llvm/test/CodeGen/PTX/exit.ll @@ -1,4 +1,4 @@ -; RUN: llc < %s -march=ptx | FileCheck %s +; RUN: llc < %s -march=ptx32 | FileCheck %s define ptx_kernel void @t1() { ; CHECK: exit; |