From 6e50be1e97c1db4434211c1698a8d2b064b0cc3d Mon Sep 17 00:00:00 2001 From: Stefan Maksimovic Date: Mon, 30 Jul 2018 12:27:40 +0000 Subject: [mips64][clang] Adjust tests to account for changes in r338239 llvm-svn: 338246 --- clang/test/CodeGen/mips-unsigned-ext-var.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'clang/test/CodeGen/mips-unsigned-ext-var.c') diff --git a/clang/test/CodeGen/mips-unsigned-ext-var.c b/clang/test/CodeGen/mips-unsigned-ext-var.c index 2e04792cf37..a4dae53c184 100644 --- a/clang/test/CodeGen/mips-unsigned-ext-var.c +++ b/clang/test/CodeGen/mips-unsigned-ext-var.c @@ -17,6 +17,6 @@ void foo1() { foo(1,f); } -//N64: call i32 (i32, ...) @foo(i32 signext undef, i32 signext -32) -//N32: call i32 (i32, ...) @foo(i32 signext undef, i32 signext -32) -//O32: call i32 (i32, ...) @foo(i32 signext undef, i32 signext -32) \ No newline at end of file +//N64: call signext i32 (i32, ...) @foo(i32 signext undef, i32 signext -32) +//N32: call signext i32 (i32, ...) @foo(i32 signext undef, i32 signext -32) +//O32: call i32 (i32, ...) @foo(i32 signext undef, i32 signext -32) -- cgit v1.2.3