fix a missing shuffle pattern, PR9009. Patch by Artiom Myaskouvskey!
[oota-llvm.git] / test / CodeGen / X86 / x86-64-pic-7.ll
index 63397907716d0824037a6a6bcfb81f8e455863c9..4d98ee614026d9bc7ee346eee28ab319cea75533 100644 (file)
@@ -1,8 +1,7 @@
-; RUN: llvm-as < %s | \
-; RUN:   llc -mtriple=x86_64-pc-linux -relocation-model=pic -o %t1 -f
+; RUN: llc < %s -mtriple=x86_64-pc-linux -relocation-model=pic -o %t1
 ; RUN: grep {movq      f@GOTPCREL(%rip),} %t1
 
-define void ()* @g() {
+define void ()* @g() nounwind {
 entry:
        ret void ()* @f
 }