Browse Source

+ definition of AT_TEMP asmsymbol type (part of r15818)

git-svn-id: branches/llvm@15822 -
Jonas Maebe 15 years ago
parent
commit
5006631780
1 changed files with 3 additions and 1 deletions
  1. 3 1
      compiler/aasmbase.pas

+ 3 - 1
compiler/aasmbase.pas

@@ -48,7 +48,9 @@ interface
            the address of this code label is taken somewhere in the code
            the address of this code label is taken somewhere in the code
            so it must be taken care of it when creating pic
            so it must be taken care of it when creating pic
          }
          }
-         AT_ADDR
+         AT_ADDR,
+         { used for llvm local temps }
+         AT_TEMP
          );
          );
 
 
        { is the label only there for getting an DataOffset (e.g. for i/o
        { is the label only there for getting an DataOffset (e.g. for i/o