summaryrefslogtreecommitdiffstats
path: root/compiler-rt/test/Unit/floatuntisf_test.c
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2009-10-27 17:49:07 +0000
committerDaniel Dunbar <daniel@zuster.org>2009-10-27 17:49:07 +0000
commit64857209fbd7bbb2d6ee241e3c783995739cc474 (patch)
treefb88cf22ede553da7bd076855e9696fa92a3f827 /compiler-rt/test/Unit/floatuntisf_test.c
parent247687360f989aaadd913add90ab7e7a5a22fdc1 (diff)
downloadbcm5719-llvm-64857209fbd7bbb2d6ee241e3c783995739cc474.tar.gz
bcm5719-llvm-64857209fbd7bbb2d6ee241e3c783995739cc474.zip
Fix tests broken by removal of de-anonyomizing structs.
llvm-svn: 85261
Diffstat (limited to 'compiler-rt/test/Unit/floatuntisf_test.c')
-rw-r--r--compiler-rt/test/Unit/floatuntisf_test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler-rt/test/Unit/floatuntisf_test.c b/compiler-rt/test/Unit/floatuntisf_test.c
index bd458c133b8..668e727e89c 100644
--- a/compiler-rt/test/Unit/floatuntisf_test.c
+++ b/compiler-rt/test/Unit/floatuntisf_test.c
@@ -34,7 +34,7 @@ int test__floatuntisf(tu_int a, float expected)
utwords at;
at.all = a;
printf("error in __floatuntisf(0x%.16llX%.16llX) = %a, expected %a\n",
- at.high, at.low, x, expected);
+ at.s.high, at.s.low, x, expected);
}
return x != expected;
}
OpenPOWER on IntegriCloud