diff options
author | Hans Wennborg <hans@hanshq.net> | 2015-05-26 19:39:54 +0000 |
---|---|---|
committer | Hans Wennborg <hans@hanshq.net> | 2015-05-26 19:39:54 +0000 |
commit | 74df0df135e17963761e4771755ed091a4f99c96 (patch) | |
tree | c23d3a6fa6fc4c96ee4b424dd334c91965ff277a /clang/test/CodeGen/atomics-inlining.c | |
parent | c5f905cceb39e98dd537bcd48adf19cecce24566 (diff) | |
download | bcm5719-llvm-74df0df135e17963761e4771755ed091a4f99c96.tar.gz bcm5719-llvm-74df0df135e17963761e4771755ed091a4f99c96.zip |
Revert r238200: "[MIPS] fix extension of integer types (function calls)"
mips-unsigned-ext-var.c and mips-unsigned-extend.c fail in some builds.
llvm-svn: 238237
Diffstat (limited to 'clang/test/CodeGen/atomics-inlining.c')
-rw-r--r-- | clang/test/CodeGen/atomics-inlining.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/clang/test/CodeGen/atomics-inlining.c b/clang/test/CodeGen/atomics-inlining.c index 23a79a2d28f..9fdad4f51f1 100644 --- a/clang/test/CodeGen/atomics-inlining.c +++ b/clang/test/CodeGen/atomics-inlining.c @@ -76,8 +76,8 @@ void test1(void) { // MIPS32: store atomic i32 {{.*}}, i32* @i1 seq_cst // MIPS32: call i64 @__atomic_load_8(i8* bitcast (i64* @ll1 to i8*) // MIPS32: call void @__atomic_store_8(i8* bitcast (i64* @ll1 to i8*), i64 -// MIPS32: call void @__atomic_load(i32 signext 100, i8* getelementptr inbounds ([100 x i8], [100 x i8]* @a1, i32 0, i32 0), i8* getelementptr inbounds ([100 x i8], [100 x i8]* @a2, i32 0, i32 0) -// MIPS32: call void @__atomic_store(i32 signext 100, i8* getelementptr inbounds ([100 x i8], [100 x i8]* @a1, i32 0, i32 0), i8* getelementptr inbounds ([100 x i8], [100 x i8]* @a2, i32 0, i32 0) +// MIPS32: call void @__atomic_load(i32 zeroext 100, i8* getelementptr inbounds ([100 x i8], [100 x i8]* @a1, i32 0, i32 0), i8* getelementptr inbounds ([100 x i8], [100 x i8]* @a2, i32 0, i32 0) +// MIPS32: call void @__atomic_store(i32 zeroext 100, i8* getelementptr inbounds ([100 x i8], [100 x i8]* @a1, i32 0, i32 0), i8* getelementptr inbounds ([100 x i8], [100 x i8]* @a2, i32 0, i32 0) // MIPS64-LABEL: define void @test1 // MIPS64: = load atomic i8, i8* @c1 seq_cst |