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