commit | 8228b11abc7da31f1e49e3c4342f9dcb01ec4dc1 | [log] [tgz] |
---|---|---|
author | Chris Lattner <sabre@nondot.org> | Thu Feb 04 06:34:01 2010 +0000 |
committer | Chris Lattner <sabre@nondot.org> | Thu Feb 04 06:34:01 2010 +0000 |
tree | a96f064d31d161b59e994f62c64829b01f7ead27 | |
parent | 21fb024cc017242b8082d2535053ed959fc0d0e8 [diff] [blame] |
add support for the sparcv9-*-* target triple to turn on 64-bit sparc codegen. Patch by Nathan Keynes! llvm-svn: 95293
diff --git a/llvm/lib/Target/Sparc/Sparc.h b/llvm/lib/Target/Sparc/Sparc.h index bb5155e..a37920d 100644 --- a/llvm/lib/Target/Sparc/Sparc.h +++ b/llvm/lib/Target/Sparc/Sparc.h
@@ -29,6 +29,7 @@ FunctionPass *createSparcFPMoverPass(TargetMachine &TM); extern Target TheSparcTarget; + extern Target TheSparcV9Target; } // end namespace llvm;