Use static inline to do the right thing when built in C99 mode. Of course,
[llvm/stm8.git] / test / CodeGen / PowerPC / 2004-11-30-shift-crash.ll
blobc3bfa49115b9972319cc95974a00880bd605c13f
1 ; RUN: llc < %s -march=ppc32
3 define void @main() {
4         %tr4 = shl i64 1, 0             ; <i64> [#uses=0]
5         ret void