mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-15 20:29:48 +00:00
Fix a typo
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@166367 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
e6748f91ea
commit
71a1482239
@ -206,7 +206,7 @@ private:
|
||||
/// we read and write from memory. This method checks if it is
|
||||
/// legal to vectorize the code, considering only memory constrains.
|
||||
/// Returns true if BB is vectorizable
|
||||
bool canVectorizeMemory(BasicBlock &BB;)
|
||||
bool canVectorizeMemory(BasicBlock &BB);
|
||||
|
||||
// Check if a pointer value is known to be disjoint.
|
||||
// Example: Alloca, Global, NoAlias.
|
||||
|
Loading…
Reference in New Issue
Block a user