diff options
| author | Nick Lewycky <nicholas@mxc.ca> | 2013-07-06 00:30:27 +0000 |
|---|---|---|
| committer | Nick Lewycky <nicholas@mxc.ca> | 2013-07-06 00:30:27 +0000 |
| commit | 02df2062c6503dae5436028e4124590204e6a2a9 (patch) | |
| tree | a5a2ae54ac1dfa63bc27e7c1465480dc22083148 /clang/test/CodeGen | |
| parent | c2ec0725cedceb851858c3991fbdd36ee9ac85dd (diff) | |
| download | bcm5719-llvm-02df2062c6503dae5436028e4124590204e6a2a9.tar.gz bcm5719-llvm-02df2062c6503dae5436028e4124590204e6a2a9.zip | |
Update test for change in r185735.
llvm-svn: 185736
Diffstat (limited to 'clang/test/CodeGen')
| -rw-r--r-- | clang/test/CodeGen/systemz-inline-asm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGen/systemz-inline-asm.c b/clang/test/CodeGen/systemz-inline-asm.c index 8e5854f1bb6..9c22caba7b4 100644 --- a/clang/test/CodeGen/systemz-inline-asm.c +++ b/clang/test/CodeGen/systemz-inline-asm.c @@ -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) |

