mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-22 02:33:06 +01:00
[WebAssembly] Fix a typo in a comment.
llvm-svn: 258810
This commit is contained in:
parent
3044550590
commit
5af9a1aad6
@ -291,7 +291,7 @@ bool WebAssemblyTargetLowering::allowsMisalignedMemoryAccesses(
|
||||
// WebAssembly supports unaligned accesses, though it should be declared
|
||||
// with the p2align attribute on loads and stores which do so, and there
|
||||
// may be a performance impact. We tell LLVM they're "fast" because
|
||||
// for the kinds of things that LLVM uses this for (merging agacent stores
|
||||
// for the kinds of things that LLVM uses this for (merging adjacent stores
|
||||
// of constants, etc.), WebAssembly implementations will either want the
|
||||
// unaligned access or they'll split anyway.
|
||||
if (Fast)
|
||||
|
Loading…
Reference in New Issue
Block a user