diff options
Diffstat (limited to 'llvm/test/tools/llvm-split/preserve-locals.ll')
| -rw-r--r-- | llvm/test/tools/llvm-split/preserve-locals.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/tools/llvm-split/preserve-locals.ll b/llvm/test/tools/llvm-split/preserve-locals.ll index 7556c25bba3..070ff065193 100644 --- a/llvm/test/tools/llvm-split/preserve-locals.ll +++ b/llvm/test/tools/llvm-split/preserve-locals.ll @@ -9,7 +9,7 @@ ; The main and local_func must not be together. ; CHECK1: @a ; CHECK1: define i32 @main -; CHECK1: declare fastcc void @local_func +; CHECK1: declare dso_local fastcc void @local_func @a = internal global i32 0, align 4 @global_storage = common global i32 0, align 4 |

