aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/SPARC/LeonDetectRoundChangePassUT.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/SPARC/LeonDetectRoundChangePassUT.ll')
-rw-r--r--test/CodeGen/SPARC/LeonDetectRoundChangePassUT.ll11
1 files changed, 0 insertions, 11 deletions
diff --git a/test/CodeGen/SPARC/LeonDetectRoundChangePassUT.ll b/test/CodeGen/SPARC/LeonDetectRoundChangePassUT.ll
deleted file mode 100644
index 70203e8eb524..000000000000
--- a/test/CodeGen/SPARC/LeonDetectRoundChangePassUT.ll
+++ /dev/null
@@ -1,11 +0,0 @@
-; RUN: llc %s -O0 -march=sparc -mcpu=leon3 -mattr=+detectroundchange -o - 2>&1 | grep "detect rounding changes"
-
-; Function Attrs: nounwind
-declare i32 @fesetround(i32)
-
-define void @test_round_change() {
-entry:
- %call = call i32 @fesetround(i32 2048)
-
- ret void
-}