| Index: test/NaCl/PNaClABI/abi-stripped-pointers.ll
|
| diff --git a/test/NaCl/PNaClABI/abi-stripped-pointers.ll b/test/NaCl/PNaClABI/abi-stripped-pointers.ll
|
| index 07516fb290f15b0a3427adfdb2e414918f99c383..9fddcec4d307fd107e6e93623e6381c9ca0f7829 100644
|
| --- a/test/NaCl/PNaClABI/abi-stripped-pointers.ll
|
| +++ b/test/NaCl/PNaClABI/abi-stripped-pointers.ll
|
| @@ -41,8 +41,6 @@ define void @allowed_cases(i32 %arg) {
|
| ; These instructions may use a NormalizedPtr, which may be a global.
|
| load i32* @ptr, align 1
|
| store i32 123, i32* @ptr, align 1
|
| - cmpxchg i32* @ptr, i32 1, i32 2 seq_cst
|
| - atomicrmw add i32* @ptr, i32 3 seq_cst
|
|
|
| ; A NormalizedPtr may be a bitcast.
|
| %ptr_bitcast = bitcast [4 x i8]* @var to i32*
|
|
|