mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-13 04:30:23 +00:00
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
This commit is contained in:
parent
865527a09b
commit
9fe4d6bcd4
@ -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…
Reference in New Issue
Block a user