diff options
Diffstat (limited to 'test/CodeGen/NVPTX/lower-alloca.ll')
-rw-r--r-- | test/CodeGen/NVPTX/lower-alloca.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/NVPTX/lower-alloca.ll b/test/CodeGen/NVPTX/lower-alloca.ll index 4177cd1fe977..3db225ef0e75 100644 --- a/test/CodeGen/NVPTX/lower-alloca.ll +++ b/test/CodeGen/NVPTX/lower-alloca.ll @@ -1,4 +1,4 @@ -; RUN: opt < %s -S -nvptx-lower-alloca -nvptx-infer-addrspace | FileCheck %s +; RUN: opt < %s -S -nvptx-lower-alloca -infer-address-spaces | FileCheck %s ; RUN: llc < %s -march=nvptx64 -mcpu=sm_35 | FileCheck %s --check-prefix PTX target datalayout = "e-p:64:64:64-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:64:64-f32:32:32-f64:64:64-v16:16:16-v32:32:32-v64:64:64-v128:128:128-n16:32:64" |