aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/X86/X86JITInfo.cpp
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
commit7eb587779e1c19768b98ba633c6dd0bbd306a323 (patch)
treede56fef79e0fffe01a8262a6cd3ca7580207b43f /lib/Target/X86/X86JITInfo.cpp
parent2fb9deef108bb652d81aae5b92f9aa796765ba95 (diff)
downloadexternal_llvm-7eb587779e1c19768b98ba633c6dd0bbd306a323.zip
external_llvm-7eb587779e1c19768b98ba633c6dd0bbd306a323.tar.gz
external_llvm-7eb587779e1c19768b98ba633c6dd0bbd306a323.tar.bz2
Hey, English is not my native language :)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@44820 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/X86/X86JITInfo.cpp')
-rw-r--r--lib/Target/X86/X86JITInfo.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/X86/X86JITInfo.cpp b/lib/Target/X86/X86JITInfo.cpp
index 441c3b4..2912155 100644
--- a/lib/Target/X86/X86JITInfo.cpp
+++ b/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__)