diff options
Diffstat (limited to 'llvm/test/CodeGen/PowerPC')
| -rw-r--r-- | llvm/test/CodeGen/PowerPC/ppc64-cyclecounter.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/PowerPC/ppc64-cyclecounter.ll b/llvm/test/CodeGen/PowerPC/ppc64-cyclecounter.ll index c1df3c7ec21..38406cabb2d 100644 --- a/llvm/test/CodeGen/PowerPC/ppc64-cyclecounter.ll +++ b/llvm/test/CodeGen/PowerPC/ppc64-cyclecounter.ll @@ -9,7 +9,7 @@ entry: } ; CHECK: @test1 -; CHECK: mftb +; CHECK: mfspr 3, 268 declare i64 @llvm.readcyclecounter() |

