aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/X86/loop-strength-reduce2.ll
diff options
context:
space:
mode:
authorMatthijs Kooijman <matthijs@stdin.nl>2008-06-10 16:10:32 +0000
committerMatthijs Kooijman <matthijs@stdin.nl>2008-06-10 16:10:32 +0000
commit5efb967052a172822349c9cb60fb0a48743b70b6 (patch)
tree1412aa1a472316689142309fcc35b7bca6f843cd /test/CodeGen/X86/loop-strength-reduce2.ll
parent888fa33cfbd55b8944f971886eeda1bbca406af4 (diff)
downloadexternal_llvm-5efb967052a172822349c9cb60fb0a48743b70b6.zip
external_llvm-5efb967052a172822349c9cb60fb0a48743b70b6.tar.gz
external_llvm-5efb967052a172822349c9cb60fb0a48743b70b6.tar.bz2
Fix some more quoting issues in RUN lines, this time regarding unintended
variable expansions involving the $ character. This fixes 4 tests that were not running properly before. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@52183 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/X86/loop-strength-reduce2.ll')
-rw-r--r--test/CodeGen/X86/loop-strength-reduce2.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/loop-strength-reduce2.ll b/test/CodeGen/X86/loop-strength-reduce2.ll
index 839b295..507a9e5 100644
--- a/test/CodeGen/X86/loop-strength-reduce2.ll
+++ b/test/CodeGen/X86/loop-strength-reduce2.ll
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc -mtriple=i686-apple-darwin -relocation-model=pic | grep '\$pb' | grep mov
+; RUN: llvm-as < %s | llc -mtriple=i686-apple-darwin -relocation-model=pic | grep {\$pb} | grep mov
;
; Make sure the PIC label flags2-"L1$pb" is not moved up to the preheader.