commit | 009f7afbeb77d1cc8e962bac7057b73b6d39d62f | [log] [tgz] |
---|---|---|
author | Hal Finkel <hfinkel@anl.gov> | Fri Jun 22 23:10:08 2012 +0000 |
committer | Hal Finkel <hfinkel@anl.gov> | Fri Jun 22 23:10:08 2012 +0000 |
tree | 362e05a353bb2b5cc24792048cd92cf7a2c5b8ad | |
parent | e5457d21169105b695a7e32d4424a35bb9ca7fa2 [diff] [blame] |
Add support for the PPC isel instruction. The isel (integer select) instruction is supported on the 440 and A2 embedded cores and on the POWER7. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@159045 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/Target/PowerPC/PPCSubtarget.cpp b/lib/Target/PowerPC/PPCSubtarget.cpp index c085ba2..bb193ac 100644 --- a/lib/Target/PowerPC/PPCSubtarget.cpp +++ b/lib/Target/PowerPC/PPCSubtarget.cpp
@@ -38,6 +38,7 @@ , HasAltivec(false) , HasFSQRT(false) , HasSTFIWX(false) + , HasISEL(false) , IsBookE(false) , HasLazyResolverStubs(false) , IsJITCodeModel(false)