PTX: Fixup test cases for device param changes

llvm-svn: 133735
This commit is contained in:
Justin Holewinski 2011-06-23 18:10:08 +00:00
parent f6a497cf12
commit acf53a172e
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
; RUN: llc < %s -march=ptx32 -mattr=+ptx20,+sm20 | FileCheck %s
; RUN: llc < %s -march=ptx32 -mattr=+ptx20 | FileCheck %s
define ptx_device i32 @test_tid_x() {
; CHECK: mov.u32 r0, %tid.x;

View File

@ -1,4 +1,4 @@
; RUN: llc < %s -march=ptx32 -mattr=+ptx20,+sm20 | FileCheck %s
; RUN: llc < %s -march=ptx32 -mattr=+ptx20 | FileCheck %s
define ptx_device float @test_sqrt_f32(float %x) {
entry: