diff options
author | Lang Hames <lhames@gmail.com> | 2016-06-06 18:35:44 +0000 |
---|---|---|
committer | Lang Hames <lhames@gmail.com> | 2016-06-06 18:35:44 +0000 |
commit | e038aae25a97cb1721e2c35e28cd543675569029 (patch) | |
tree | f89006a2abb3321be1124f0aacfbbfdf48d5fc2e /llvm/docs/tutorial/BuildingAJIT2.rst | |
parent | 664b561f01c026a2cd4e82bf6ca0ed8af556e153 (diff) | |
download | bcm5719-llvm-e038aae25a97cb1721e2c35e28cd543675569029.tar.gz bcm5719-llvm-e038aae25a97cb1721e2c35e28cd543675569029.zip |
[Kaleidoscope][BuildingAJIT] Fix hyphenation in chapter 2 title.
llvm-svn: 271924
Diffstat (limited to 'llvm/docs/tutorial/BuildingAJIT2.rst')
-rw-r--r-- | llvm/docs/tutorial/BuildingAJIT2.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/llvm/docs/tutorial/BuildingAJIT2.rst b/llvm/docs/tutorial/BuildingAJIT2.rst index 4e68f37a079..7d42c45200a 100644 --- a/llvm/docs/tutorial/BuildingAJIT2.rst +++ b/llvm/docs/tutorial/BuildingAJIT2.rst @@ -1,6 +1,6 @@ -==================================================================== -Building a JIT: Adding Optimizations - An introduction to ORC Layers -==================================================================== +===================================================================== +Building a JIT: Adding Optimizations -- An introduction to ORC Layers +===================================================================== .. contents:: :local: |