diff options
Diffstat (limited to 'llvm/lib/Target/PowerPC/PPCPerfectShuffle.h')
-rw-r--r-- | llvm/lib/Target/PowerPC/PPCPerfectShuffle.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/llvm/lib/Target/PowerPC/PPCPerfectShuffle.h b/llvm/lib/Target/PowerPC/PPCPerfectShuffle.h index 17b836d1ed9..8a1d68011c5 100644 --- a/llvm/lib/Target/PowerPC/PPCPerfectShuffle.h +++ b/llvm/lib/Target/PowerPC/PPCPerfectShuffle.h @@ -12,6 +12,9 @@ // //===----------------------------------------------------------------------===// +#ifndef LLVM_LIB_TARGET_POWERPC_PPCPERFECTSHUFFLE_H +#define LLVM_LIB_TARGET_POWERPC_PPCPERFECTSHUFFLE_H + // 31 entries have cost 0 // 292 entries have cost 1 // 1384 entries have cost 2 @@ -6584,3 +6587,5 @@ static const unsigned PerfectShuffleTable[6561+1] = { 835584U, // <u,u,u,u>: Cost 0 copy LHS 0 }; + +#endif |