From 9fe4d6bcd44f20390b9a554a92da2b4ad88c7d38 Mon Sep 17 00:00:00 2001 From: David Blaikie Date: Thu, 10 Jul 2014 22:57:40 +0000 Subject: [PATCH] This test case doesn't actually need the inliner to reproduce the input. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@212775 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/DebugInfo/cross-cu-linkonce.ll | 1 - 1 file changed, 1 deletion(-) diff --git a/test/DebugInfo/cross-cu-linkonce.ll b/test/DebugInfo/cross-cu-linkonce.ll index 16a50122dcf..660d5709c7a 100644 --- a/test/DebugInfo/cross-cu-linkonce.ll +++ b/test/DebugInfo/cross-cu-linkonce.ll @@ -5,7 +5,6 @@ ; Built from source: ; $ clang++ a.cpp b.cpp -g -c -emit-llvm ; $ llvm-link a.bc b.bc -o ab.bc -; $ opt -inline ab.bc -o ab-opt.bc ; $ cat a.cpp ; # 1 "func.h" ; inline int func(int i) { -- 2.34.1