X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=test%2FCodeGen%2FNVPTX%2Fsimple-call.ll;h=da6568685fe6e322c9499a5182f02d7bf6171d87;hb=00552e3875ee5f382db6c98286a241a7d0efe1b8;hp=1b41361cf7ede83b5c00a6a446fc62b686704105;hpb=1ef70ff39ba399111c83efc270cfb07207ce89bb;p=oota-llvm.git diff --git a/test/CodeGen/NVPTX/simple-call.ll b/test/CodeGen/NVPTX/simple-call.ll index 1b41361cf7e..da6568685fe 100644 --- a/test/CodeGen/NVPTX/simple-call.ll +++ b/test/CodeGen/NVPTX/simple-call.ll @@ -11,7 +11,7 @@ define float @device_func(float %a) noinline { ; CHECK: .entry kernel_func define void @kernel_func(float* %a) { - %val = load float* %a + %val = load float, float* %a ; CHECK: call.uni (retval0), ; CHECK: device_func, %mul = call float @device_func(float %val)