aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/NVPTX/simple-call.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/NVPTX/simple-call.ll')
-rw-r--r--test/CodeGen/NVPTX/simple-call.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/NVPTX/simple-call.ll b/test/CodeGen/NVPTX/simple-call.ll
index 1b41361..da65686 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)