]> granicus.if.org Git - clang/commitdiff
Update test for change in r185735.
authorNick Lewycky <nicholas@mxc.ca>
Sat, 6 Jul 2013 00:30:27 +0000 (00:30 +0000)
committerNick Lewycky <nicholas@mxc.ca>
Sat, 6 Jul 2013 00:30:27 +0000 (00:30 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@185736 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/systemz-inline-asm.c

index 8e5854f1bb6cafbd309bcd47bf3c6a7be6dd418c..9c22caba7b4f5a9ffa3f9950ffab821d888f78f0 100644 (file)
@@ -123,7 +123,7 @@ double test_f64(double f, double g) {
 long double test_f128(long double f, long double g) {
   asm("axbr %0, %2" : "=f" (f) : "0" (f), "f" (g));
   return f;
-// CHECK: define void @test_f128(fp128* noalias nocapture sret [[DEST:%.*]], fp128* byval nocapture, fp128* byval nocapture)
+// CHECK: define void @test_f128(fp128* noalias nocapture sret [[DEST:%.*]], fp128* byval nocapture readonly, fp128* byval nocapture readonly)
 // CHECK: %f = load fp128* %0
 // CHECK: %g = load fp128* %1
 // CHECK: [[RESULT:%.*]] = tail call fp128 asm "axbr $0, $2", "=f,0,f"(fp128 %f, fp128 %g)