diff options
author | Devang Patel <dpatel@apple.com> | 2006-08-14 18:49:03 +0000 |
---|---|---|
committer | Devang Patel <dpatel@apple.com> | 2006-08-14 18:49:03 +0000 |
commit | e6dd6a11d172d2efb11ccbe2b1264244b6f02a1b (patch) | |
tree | 4ec6a4b11fc4db22861d99bd589cc5519c82d11e /docs/LinkTimeOptimization.html | |
parent | 2c1292f7097ac5476b9d1c3291f745a13d1009b2 (diff) |
Use < and >
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29662 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/LinkTimeOptimization.html')
-rw-r--r-- | docs/LinkTimeOptimization.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/LinkTimeOptimization.html b/docs/LinkTimeOptimization.html index ce96ade80e..019ba7574d 100644 --- a/docs/LinkTimeOptimization.html +++ b/docs/LinkTimeOptimization.html @@ -115,7 +115,7 @@ clean interface. <br>} <br> <br>--- main.c --- -<br>#include < stdio.h > +<br>#include <stdio.h> <br>#include "a.h" <br> <br>void foo4(void) { |