aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/Generic/vector.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/Generic/vector.ll')
-rw-r--r--test/CodeGen/Generic/vector.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/Generic/vector.ll b/test/CodeGen/Generic/vector.ll
index 59f554b..0b21c75 100644
--- a/test/CodeGen/Generic/vector.ll
+++ b/test/CodeGen/Generic/vector.ll
@@ -64,7 +64,7 @@ void %test_div(%f8 *%P, %f8* %Q, %f8 *%S) {
void %test_cst(%f4 *%P, %f4 *%S) {
%p = load %f4* %P
- %R = add %f4 %p, <float 0.1, float 1.0, float 2.0, float 4.5>
+ %R = add %f4 %p, <float 0x3FB99999A0000000, float 1.0, float 2.0, float 4.5>
store %f4 %R, %f4 *%S
ret void
}