[ARM] Adjust how NEON shifts are lowered
[llvm-core.git] / test / tools / gold / X86 / Inputs / cache.ll
blob4abbb4571377e17f68d56135f8a4f0e8e36f4125
1 target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128"
2 target triple = "x86_64-unknown-linux-gnu"
4 define i32 @main() {
5 entry:
6   call void (...) @globalfunc()
7   ret i32 0
10 declare void @globalfunc(...)