This commit enables unaligned memory accesses of vector types on AArch64 back end...
[oota-llvm.git] / test / CodeGen / X86 / x86-64-pic-7.ll
index 63397907716d0824037a6a6bcfb81f8e455863c9..de240a38d63a4cb7f608c649ebaa953d4feccb97 100644 (file)
@@ -1,8 +1,7 @@
-; RUN: llvm-as < %s | \
-; RUN:   llc -mtriple=x86_64-pc-linux -relocation-model=pic -o %t1 -f
-; RUN: grep {movq      f@GOTPCREL(%rip),} %t1
+; 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
 }