add tests to show broken current behavior of minsize attribute
[oota-llvm.git] / test / CodeGen / X86 / x86-64-pic-7.ll
index 57e78b604a1ca7e100ab32611b5c8f6cf041e41c..de240a38d63a4cb7f608c649ebaa953d4feccb97 100644 (file)
@@ -1,6 +1,5 @@
-; RUN: llvm-as < %s | \
-; RUN:   llc -mtriple=x86_64-pc-linux -relocation-model=pic -o %t1
-; 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() nounwind {
 entry: