summaryrefslogtreecommitdiffstats
path: root/llvm/test/Linker/Inputs/testlink.ll
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/Linker/Inputs/testlink.ll')
-rw-r--r--llvm/test/Linker/Inputs/testlink.ll4
1 files changed, 3 insertions, 1 deletions
diff --git a/llvm/test/Linker/Inputs/testlink.ll b/llvm/test/Linker/Inputs/testlink.ll
index 263d9e77d1a..22a66399be0 100644
--- a/llvm/test/Linker/Inputs/testlink.ll
+++ b/llvm/test/Linker/Inputs/testlink.ll
@@ -53,4 +53,6 @@ define internal void @testIntern() {
ret void
}
-declare void @VecSizeCrash1(%VecSize)
+define void @VecSizeCrash1(%VecSize) {
+ ret void
+}
OpenPOWER on IntegriCloud