diff options
Diffstat (limited to 'test/CodeGen/Hexagon/constp-combine-neg.ll')
-rw-r--r-- | test/CodeGen/Hexagon/constp-combine-neg.ll | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test/CodeGen/Hexagon/constp-combine-neg.ll b/test/CodeGen/Hexagon/constp-combine-neg.ll index 18f0e81076af..089d9f6a9984 100644 --- a/test/CodeGen/Hexagon/constp-combine-neg.ll +++ b/test/CodeGen/Hexagon/constp-combine-neg.ll @@ -19,9 +19,9 @@ entry: ; The instructions seem to be in a different order in the .s file than ; the corresponding values in the .ll file, so just run the test three ; times and each time test for a different instruction. -; CHECK-TEST1: combine(#-2, #3) -; CHECK-TEST2: combine(#6, #-4) -; CHECK-TEST3: combine(#-10, #-8) +; CHECK-TEST1: combine(#-2,#3) +; CHECK-TEST2: combine(#6,#-4) +; CHECK-TEST3: combine(#-10,#-8) attributes #0 = { "less-precise-fpmad"="false" "no-frame-pointer-elim"="false" "no-frame-pointer-elim-non-leaf"="true" "no-infs-fp-math"="false" "no-nans-fp-math"="false" "unsafe-fp-math"="false" "use-soft-float"="false" } |