summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGen/mips-unsigned-ext-var.c
diff options
context:
space:
mode:
authorStefan Maksimovic <stefan.maksimovic@mips.com>2018-07-30 12:27:40 +0000
committerStefan Maksimovic <stefan.maksimovic@mips.com>2018-07-30 12:27:40 +0000
commit6e50be1e97c1db4434211c1698a8d2b064b0cc3d (patch)
treeb6aa960480da6b727fb8d863838afb203d6c2238 /clang/test/CodeGen/mips-unsigned-ext-var.c
parente3424bf477640ce25e4e07f1c25d98a16c50308a (diff)
downloadbcm5719-llvm-6e50be1e97c1db4434211c1698a8d2b064b0cc3d.tar.gz
bcm5719-llvm-6e50be1e97c1db4434211c1698a8d2b064b0cc3d.zip
[mips64][clang] Adjust tests to account for changes in r338239
llvm-svn: 338246
Diffstat (limited to 'clang/test/CodeGen/mips-unsigned-ext-var.c')
-rw-r--r--clang/test/CodeGen/mips-unsigned-ext-var.c6
1 files changed, 3 insertions, 3 deletions
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)
OpenPOWER on IntegriCloud