commit | 081efcc3ac293a30a285f3e8745b9c1ea21ced5a | [log] [tgz] |
---|---|---|
author | Eric Christopher <echristo@gmail.com> | Wed Oct 16 20:38:58 2013 +0000 |
committer | Eric Christopher <echristo@gmail.com> | Wed Oct 16 20:38:58 2013 +0000 |
tree | 7b343cc6929fc240b8df0b85a4e1cfb4443f6526 | |
parent | 71a0ad66a95953ed0ad9da7e4502f9f43b2149a0 [diff] [blame] |
Add support for the VSX target attribute. No functional change as we don't actually use it to emit any code yet. llvm-svn: 192837
diff --git a/llvm/lib/Target/PowerPC/PPCSubtarget.h b/llvm/lib/Target/PowerPC/PPCSubtarget.h index a9fa98f..c863a6e 100644 --- a/llvm/lib/Target/PowerPC/PPCSubtarget.h +++ b/llvm/lib/Target/PowerPC/PPCSubtarget.h
@@ -76,6 +76,7 @@ bool IsPPC64; bool HasAltivec; bool HasQPX; + bool HasVSX; bool HasFCPSGN; bool HasFSQRT; bool HasFRE, HasFRES, HasFRSQRTE, HasFRSQRTES;