summaryrefslogtreecommitdiffstats
path: root/llvm/test/DebugInfo
diff options
context:
space:
mode:
authorDavid Blaikie <dblaikie@gmail.com>2014-07-10 22:57:40 +0000
committerDavid Blaikie <dblaikie@gmail.com>2014-07-10 22:57:40 +0000
commitd9bdaf00ff75907f3c754fb469dcd6b0d24dafca (patch)
tree5bf04341b0540457e67fce8d0fae601f30a25f0c /llvm/test/DebugInfo
parentd9967cccfb183c050f65f873957d45a143982988 (diff)
downloadbcm5719-llvm-d9bdaf00ff75907f3c754fb469dcd6b0d24dafca.tar.gz
bcm5719-llvm-d9bdaf00ff75907f3c754fb469dcd6b0d24dafca.zip
This test case doesn't actually need the inliner to reproduce the input.
llvm-svn: 212775
Diffstat (limited to 'llvm/test/DebugInfo')
-rw-r--r--llvm/test/DebugInfo/cross-cu-linkonce.ll1
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/test/DebugInfo/cross-cu-linkonce.ll b/llvm/test/DebugInfo/cross-cu-linkonce.ll
index 16a50122dcf..660d5709c7a 100644
--- a/llvm/test/DebugInfo/cross-cu-linkonce.ll
+++ b/llvm/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) {
OpenPOWER on IntegriCloud