diff options
author | Stefan Maksimovic <stefan.maksimovic@mips.com> | 2018-07-30 12:27:40 +0000 |
---|---|---|
committer | Stefan Maksimovic <stefan.maksimovic@mips.com> | 2018-07-30 12:27:40 +0000 |
commit | 6e50be1e97c1db4434211c1698a8d2b064b0cc3d (patch) | |
tree | b6aa960480da6b727fb8d863838afb203d6c2238 /clang/test/CodeGen/mips-unsigned-ext-var.c | |
parent | e3424bf477640ce25e4e07f1c25d98a16c50308a (diff) | |
download | bcm5719-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.c | 6 |
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) |