| Index: test/Transforms/NaCl/expand-tls-constexpr2.ll
 | 
| diff --git a/test/Transforms/NaCl/expand-tls-constexpr2.ll b/test/Transforms/NaCl/expand-tls-constexpr2.ll
 | 
| index ca7054961b7f5a36f77c096900e419a142f46698..9f1bbe88cb48a6817854277dff44be29d6376b4e 100644
 | 
| --- a/test/Transforms/NaCl/expand-tls-constexpr2.ll
 | 
| +++ b/test/Transforms/NaCl/expand-tls-constexpr2.ll
 | 
| @@ -7,6 +7,6 @@ define i32 @get_tvar() {
 | 
|  }
 | 
|  ; CHECK: %tls_raw = call i8* @llvm.nacl.read.tp()
 | 
|  ; CHECK: %tls_struct = bitcast i8* %tls_raw to %tls_struct*
 | 
| -; CHECK: %field = getelementptr %tls_struct* %tls_struct, i32 -1, i32 1, i32 0
 | 
| +; CHECK: %field = getelementptr %tls_struct, %tls_struct* %tls_struct, i32 -1, i32 1, i32 0
 | 
|  ; CHECK: %expanded = ptrtoint i32* %field to i32
 | 
|  ; CHECK: ret i32 %expanded
 | 
| 
 |