summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRafael Espindola <rafael.espindola@gmail.com>2006-12-09 21:21:06 +0000
committerRafael Espindola <rafael.espindola@gmail.com>2006-12-09 21:21:06 +0000
commit839bcb4af24e2ff220e05218965f8827ede44244 (patch)
treeedf065e36c6b024831e8795ba1ad20f01925f669
parent04f47b9e8d1eea619d277c1e4cba7dd358f3b4be (diff)
downloadbcm5719-llvm-839bcb4af24e2ff220e05218965f8827ede44244.tar.gz
bcm5719-llvm-839bcb4af24e2ff220e05218965f8827ede44244.zip
use a . instead of a % in the grep expression
llvm-svn: 32406
-rw-r--r--llvm/test/Regression/CodeGen/ARM/section.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Regression/CodeGen/ARM/section.ll b/llvm/test/Regression/CodeGen/ARM/section.ll
index d6bf5362c67..924323fbd7c 100644
--- a/llvm/test/Regression/CodeGen/ARM/section.ll
+++ b/llvm/test/Regression/CodeGen/ARM/section.ll
@@ -1,5 +1,5 @@
; RUN: llvm-upgrade < %s | llvm-as | llc -march=arm &&
; RUN: llvm-upgrade < %s | llvm-as | llc -march=arm | grep "__DTOR_END__:" &&
-; RUN: llvm-upgrade < %s | llvm-as | llc -march=arm | grep ".section .dtors,\"aw\",%progbits"
+; RUN: llvm-upgrade < %s | llvm-as | llc -march=arm | grep '.section .dtors,"aw",.progbits'
%__DTOR_END__ = internal global [1 x int] zeroinitializer, section ".dtors"
OpenPOWER on IntegriCloud