From 9b988be18714e0b3667fb8228a0baccde819c53d Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Tue, 12 Jul 2005 00:20:49 +0000 Subject: [PATCH] add a note so I can remember the common t-t's git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22386 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/CodeGenerator.html | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/docs/CodeGenerator.html b/docs/CodeGenerator.html index b6048108b87..700a4fcf224 100644 --- a/docs/CodeGenerator.html +++ b/docs/CodeGenerator.html @@ -932,6 +932,28 @@ implementations.

+ +
+ X86 Target Triples Supported +
+ +
+

+The following are the known target triples that are supported by the X86 +backend. This is not an exhaustive list, but it would be useful to add those +that people test. +

+ + + +
+
Representing X86 addressing modes in MachineInstrs -- 2.34.1