diff options
Diffstat (limited to 'test/CodeGen/X86/vec_round.ll')
-rw-r--r-- | test/CodeGen/X86/vec_round.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/vec_round.ll b/test/CodeGen/X86/vec_round.ll index baa2f58..9258f9e 100644 --- a/test/CodeGen/X86/vec_round.ll +++ b/test/CodeGen/X86/vec_round.ll @@ -5,7 +5,7 @@ target triple = "x86_64-unknown-linux-gnu" declare void @use(<2 x double>) ; CHECK-LABEL: @test -; CHECK callq round +; CHECK: callq round ; Function Attrs: nounwind uwtable define void @test() { |