diff options
Diffstat (limited to 'test/CodeGen/NVPTX/refl1.ll')
-rw-r--r-- | test/CodeGen/NVPTX/refl1.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/NVPTX/refl1.ll b/test/CodeGen/NVPTX/refl1.ll index e8782ea..0432b67 100644 --- a/test/CodeGen/NVPTX/refl1.ll +++ b/test/CodeGen/NVPTX/refl1.ll @@ -5,7 +5,7 @@ target triple = "nvptx-nvidia-cuda" ; Function Attrs: nounwind ; CHECK: .entry foo define void @foo(float* nocapture %a) #0 { - %val = load float* %a + %val = load float, float* %a %tan = tail call fastcc float @__nv_fast_tanf(float %val) store float %tan, float* %a ret void |