| 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 8f23cbce168bb94a22bfde8d5949365b3a3f112f..5fccf52300b352beac0102d52bfed77b31dd56dc 100644
|
| --- a/test/NaCl/PNaClABI/abi-stripped-pointers.ll
|
| +++ b/test/NaCl/PNaClABI/abi-stripped-pointers.ll
|
| @@ -41,8 +41,6 @@ define internal 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*
|
|
|