mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-02 17:09:05 +00:00
Fix a typo reported in IRC by someone reviewing this code.
llvm-svn: 153815
This commit is contained in:
parent
ad48424b6b
commit
1c12d40cce
@ -266,7 +266,7 @@ bool CallAnalyzer::visitAlloca(AllocaInst &I) {
|
||||
// FIXME: Check whether inlining will turn a dynamic alloca into a static
|
||||
// alloca, and handle that case.
|
||||
|
||||
// We will happily inline tatic alloca instructions or dynamic alloca
|
||||
// We will happily inline static alloca instructions or dynamic alloca
|
||||
// instructions in always-inline situations.
|
||||
if (AlwaysInline || I.isStaticAlloca())
|
||||
return Base::visitAlloca(I);
|
||||
|
Loading…
Reference in New Issue
Block a user