summaryrefslogtreecommitdiffstats
path: root/llvm/lib
diff options
context:
space:
mode:
authorAnton Korobeynikov <asl@math.spbu.ru>2007-12-10 23:10:20 +0000
committerAnton Korobeynikov <asl@math.spbu.ru>2007-12-10 23:10:20 +0000
commit21ade5880be53c252b7b15a9b6c80d9a84249f33 (patch)
tree316f95316094d3eab2764c403727fe9b0c68e759 /llvm/lib
parent77eb5e649d8185d84b5393596005b87c820b3ce7 (diff)
downloadbcm5719-llvm-21ade5880be53c252b7b15a9b6c80d9a84249f33.tar.gz
bcm5719-llvm-21ade5880be53c252b7b15a9b6c80d9a84249f33.zip
Hey, English is not my native language :)
llvm-svn: 44820
Diffstat (limited to 'llvm/lib')
-rw-r--r--llvm/lib/Target/X86/X86JITInfo.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/X86/X86JITInfo.cpp b/llvm/lib/Target/X86/X86JITInfo.cpp
index 441c3b4f31e..29121555090 100644
--- a/llvm/lib/Target/X86/X86JITInfo.cpp
+++ b/llvm/lib/Target/X86/X86JITInfo.cpp
@@ -47,7 +47,7 @@ static TargetJITInfo::JITCompilerFn JITCompilerFunction;
#define GETASMPREFIX(X) GETASMPREFIX2(X)
#define ASMPREFIX GETASMPREFIX(__USER_LABEL_PREFIX__)
-// Provide a convenient way for disable usage of CFI directives.
+// Provide a convenient way for disabling usage of CFI directives.
// This is needed for old/broken assemblers (for example, gas on
// Darwin is pretty old and doesn't support these directives)
#if defined(__APPLE__)
OpenPOWER on IntegriCloud