diff options
Diffstat (limited to 'clang/test/CodeGen/zvector2.c')
-rw-r--r-- | clang/test/CodeGen/zvector2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGen/zvector2.c b/clang/test/CodeGen/zvector2.c index 909b3fd7650..c085dc163c5 100644 --- a/clang/test/CodeGen/zvector2.c +++ b/clang/test/CodeGen/zvector2.c @@ -24,7 +24,7 @@ void test_neg (void) { // CHECK-LABEL: test_neg // CHECK: [[VAL:%[^ ]+]] = load volatile <4 x float>, <4 x float>* @ff2 -// CHECK: %{{.*}} = fsub <4 x float> <float -0.000000e+00, float -0.000000e+00, float -0.000000e+00, float -0.000000e+00>, [[VAL]] +// CHECK: %{{.*}} = fneg <4 x float> [[VAL]] ff = -ff2; } |