summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/Thumb/vargs.ll
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2011-11-27 06:54:59 +0000
committerChris Lattner <sabre@nondot.org>2011-11-27 06:54:59 +0000
commit6a144a2227f8aaf6d4c49bc22f5424a34b778166 (patch)
tree3a12469469c418eae050475d7c2cce599c3c5a67 /llvm/test/CodeGen/Thumb/vargs.ll
parentebed15e973d903cfe012bd0875840499602e2f44 (diff)
downloadbcm5719-llvm-6a144a2227f8aaf6d4c49bc22f5424a34b778166.tar.gz
bcm5719-llvm-6a144a2227f8aaf6d4c49bc22f5424a34b778166.zip
Upgrade syntax of tests using volatile instructions to use 'load volatile' instead of 'volatile load', which is archaic.
llvm-svn: 145171
Diffstat (limited to 'llvm/test/CodeGen/Thumb/vargs.ll')
-rw-r--r--llvm/test/CodeGen/Thumb/vargs.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/Thumb/vargs.ll b/llvm/test/CodeGen/Thumb/vargs.ll
index c2ba208e4ae..50a1a072884 100644
--- a/llvm/test/CodeGen/Thumb/vargs.ll
+++ b/llvm/test/CodeGen/Thumb/vargs.ll
@@ -13,9 +13,9 @@ entry:
bb: ; preds = %bb, %entry
%a_addr.0 = phi i32 [ %a, %entry ], [ %tmp5, %bb ] ; <i32> [#uses=2]
- %tmp = volatile load i8** %va ; <i8*> [#uses=2]
+ %tmp = load volatile i8** %va ; <i8*> [#uses=2]
%tmp2 = getelementptr i8* %tmp, i32 4 ; <i8*> [#uses=1]
- volatile store i8* %tmp2, i8** %va
+ store volatile i8* %tmp2, i8** %va
%tmp5 = add i32 %a_addr.0, -1 ; <i32> [#uses=1]
%tmp.upgrd.2 = icmp eq i32 %a_addr.0, 1 ; <i1> [#uses=1]
br i1 %tmp.upgrd.2, label %bb7, label %bb
OpenPOWER on IntegriCloud