diff options
| author | Ranjeet Singh <Ranjeet.Singh@arm.com> | 2016-06-13 10:58:24 +0000 |
|---|---|---|
| committer | Ranjeet Singh <Ranjeet.Singh@arm.com> | 2016-06-13 10:58:24 +0000 |
| commit | 933e1aa39f46383ef173987ba8cd38a290c47452 (patch) | |
| tree | 39972a5239c713e15a52316922dee77b2f2cc3b8 /llvm/test | |
| parent | 299abc10e7091bd93a9463e1f393310c7bacdc42 (diff) | |
| download | bcm5719-llvm-933e1aa39f46383ef173987ba8cd38a290c47452.tar.gz bcm5719-llvm-933e1aa39f46383ef173987ba8cd38a290c47452.zip | |
[ARM] Reverting r272544 because clang patch needs
to go in as soon as llvm patch has gone in because
tests will start breaking in Clang.
llvm-svn: 272546
Diffstat (limited to 'llvm/test')
| -rw-r--r-- | llvm/test/CodeGen/ARM/intrinsics-coprocessor.ll | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/llvm/test/CodeGen/ARM/intrinsics-coprocessor.ll b/llvm/test/CodeGen/ARM/intrinsics-coprocessor.ll index 8fea49b39fb..ccaf5c29fad 100644 --- a/llvm/test/CodeGen/ARM/intrinsics-coprocessor.ll +++ b/llvm/test/CodeGen/ARM/intrinsics-coprocessor.ll @@ -35,10 +35,6 @@ entry: tail call void @llvm.arm.stc2(i32 7, i32 3, i8* %i) nounwind ; CHECK: stc2l p7, c3, [r{{[0-9]+}}] tail call void @llvm.arm.stc2l(i32 7, i32 3, i8* %i) nounwind - ; CHECK: mrrc p1, #2, r{{[0-9]+}}, r{{[0-9]+}}, c3 - %2 = tail call { i32, i32 } @llvm.arm.mrrc(i32 1, i32 2, i32 3) nounwind - ; CHECK: mrrc2 p1, #2, r{{[0-9]+}}, r{{[0-9]+}}, c3 - %3 = tail call { i32, i32 } @llvm.arm.mrrc2(i32 1, i32 2, i32 3) nounwind ret void } @@ -73,7 +69,3 @@ declare i32 @llvm.arm.mrc2(i32, i32, i32, i32, i32) nounwind declare void @llvm.arm.mcr(i32, i32, i32, i32, i32, i32) nounwind declare i32 @llvm.arm.mrc(i32, i32, i32, i32, i32) nounwind - -declare { i32, i32 } @llvm.arm.mrrc(i32, i32, i32) nounwind - -declare { i32, i32 } @llvm.arm.mrrc2(i32, i32, i32) nounwind |

