[llvm] r212775 - This test case doesn't actually need the inliner to reproduce the input.
David Blaikie
dblaikie at gmail.com
Thu Jul 10 15:57:40 PDT 2014
Author: dblaikie
Date: Thu Jul 10 17:57:40 2014
New Revision: 212775
URL: http://llvm.org/viewvc/llvm-project?rev=212775&view=rev
Log:
This test case doesn't actually need the inliner to reproduce the input.
Modified:
llvm/trunk/test/DebugInfo/cross-cu-linkonce.ll
Modified: llvm/trunk/test/DebugInfo/cross-cu-linkonce.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/DebugInfo/cross-cu-linkonce.ll?rev=212775&r1=212774&r2=212775&view=diff
==============================================================================
--- llvm/trunk/test/DebugInfo/cross-cu-linkonce.ll (original)
+++ llvm/trunk/test/DebugInfo/cross-cu-linkonce.ll Thu Jul 10 17:57:40 2014
@@ -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) {
More information about the llvm-commits
mailing list