mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-13 20:32:21 +00:00
Fix comments.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@55716 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
faf600a9ed
commit
3fb68373c4
@ -1,4 +1,4 @@
|
||||
//===- InlineAlways.cpp - Code to perform simple function inlining --------===//
|
||||
//===- InlineAlways.cpp - Code to inline always_inline functions ----------===//
|
||||
//
|
||||
// The LLVM Compiler Infrastructure
|
||||
//
|
||||
@ -7,7 +7,8 @@
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
//
|
||||
// This file implements bottom-up inlining of functions into callees.
|
||||
// This file implements a custom inliner that handles only functions that
|
||||
// are markes as "always inline".
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user