mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-01 00:11:00 +00:00
Fix a typo in a comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@43016 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
e9bb13d494
commit
82f209e421
@ -23,7 +23,7 @@
|
|||||||
#include <memory>
|
#include <memory>
|
||||||
using namespace llvm;
|
using namespace llvm;
|
||||||
|
|
||||||
// Option for compatibility with ASIX, not used but must allow it to be present.
|
// Option for compatibility with AIX, not used but must allow it to be present.
|
||||||
static cl::opt<bool>
|
static cl::opt<bool>
|
||||||
X32Option ("X32_64", cl::Hidden,
|
X32Option ("X32_64", cl::Hidden,
|
||||||
cl::desc("Ignored option for compatibility with AIX"));
|
cl::desc("Ignored option for compatibility with AIX"));
|
||||||
|
Loading…
Reference in New Issue
Block a user