mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 12:41:49 +01:00
This test case doesn't actually need the inliner to reproduce the input.
llvm-svn: 212775
This commit is contained in:
parent
f405b95fd6
commit
cc5f3d5d2b
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user