summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/PTX/shr.ll
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/CodeGen/PTX/shr.ll')
-rw-r--r--llvm/test/CodeGen/PTX/shr.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/PTX/shr.ll b/llvm/test/CodeGen/PTX/shr.ll
index 3f8ade862b7..8693e0ecf49 100644
--- a/llvm/test/CodeGen/PTX/shr.ll
+++ b/llvm/test/CodeGen/PTX/shr.ll
@@ -1,4 +1,4 @@
-; RUN: llc < %s -march=ptx | FileCheck %s
+; RUN: llc < %s -march=ptx32 | FileCheck %s
define ptx_device i32 @t1(i32 %x, i32 %y) {
; CHECK: shr.u32 r0, r1, r2
OpenPOWER on IntegriCloud