diff options
Diffstat (limited to 'llvm/test/CodeGen/PTX/fdiv-sm10.ll')
-rw-r--r-- | llvm/test/CodeGen/PTX/fdiv-sm10.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/PTX/fdiv-sm10.ll b/llvm/test/CodeGen/PTX/fdiv-sm10.ll index 42f615d0c8d..121360ce9be 100644 --- a/llvm/test/CodeGen/PTX/fdiv-sm10.ll +++ b/llvm/test/CodeGen/PTX/fdiv-sm10.ll @@ -1,4 +1,4 @@ -; RUN: llc < %s -march=ptx -mattr=+sm10 | FileCheck %s +; RUN: llc < %s -march=ptx32 -mattr=+sm10 | FileCheck %s define ptx_device float @t1_f32(float %x, float %y) { ; CHECK: div.approx.f32 f0, f1, f2; |