From f003276ee6c1eff64052456f64457cb82904b7bf Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Mon, 24 Nov 2008 17:18:39 +0000 Subject: Fix a few HTML tidiness issues. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@59966 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/FAQ.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'docs/FAQ.html') diff --git a/docs/FAQ.html b/docs/FAQ.html index 6b31d96..2d96195 100644 --- a/docs/FAQ.html +++ b/docs/FAQ.html @@ -61,7 +61,7 @@
  • What source languages are supported?
  • I'd like to write a self-hosting LLVM compiler. How should I interface with the LLVM middle-end optimizers and back-end code - generators? + generators?
  • What support is there for higher level source language constructs for building a compiler?
  • I don't understand the GetElementPtr @@ -85,7 +85,7 @@ How can I disable all optimizations when compiling code using the LLVM GCC front end?
  • -
  • Can I use LLVM to convert C++ code to C code?
  • +
  • Can I use LLVM to convert C++ code to C code?
  • @@ -480,7 +480,7 @@ using llvm-gcc instead.

    of running optimizations, linking, and executable generation.

    -

    +

    @@ -565,7 +565,7 @@ code that you desire. -- cgit v1.1