r185736 - Update test for change in r185735.
Nick Lewycky
nicholas at mxc.ca
Fri Jul 5 17:30:27 PDT 2013
Author: nicholas
Date: Fri Jul 5 19:30:27 2013
New Revision: 185736
URL: http://llvm.org/viewvc/llvm-project?rev=185736&view=rev
Log:
Update test for change in r185735.
Modified:
cfe/trunk/test/CodeGen/systemz-inline-asm.c
Modified: cfe/trunk/test/CodeGen/systemz-inline-asm.c
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/CodeGen/systemz-inline-asm.c?rev=185736&r1=185735&r2=185736&view=diff
==============================================================================
--- cfe/trunk/test/CodeGen/systemz-inline-asm.c (original)
+++ cfe/trunk/test/CodeGen/systemz-inline-asm.c Fri Jul 5 19:30:27 2013
@@ -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)
More information about the cfe-commits
mailing list