commit | e6dd6a11d172d2efb11ccbe2b1264244b6f02a1b | [log] [tgz] |
---|---|---|
author | Devang Patel <dpatel@apple.com> | Mon Aug 14 18:49:03 2006 +0000 |
committer | Devang Patel <dpatel@apple.com> | Mon Aug 14 18:49:03 2006 +0000 |
tree | 4ec6a4b11fc4db22861d99bd589cc5519c82d11e | |
parent | 2c1292f7097ac5476b9d1c3291f745a13d1009b2 [diff] [blame] |
Use < and > git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29662 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/docs/LinkTimeOptimization.html b/docs/LinkTimeOptimization.html index ce96ade..019ba75 100644 --- a/docs/LinkTimeOptimization.html +++ b/docs/LinkTimeOptimization.html
@@ -115,7 +115,7 @@ <br>} <br> <br>--- main.c --- -<br>#include < stdio.h > +<br>#include <stdio.h> <br>#include "a.h" <br> <br>void foo4(void) {