diff options
Diffstat (limited to 'test/CodeGen/ARM/available_externally.ll')
-rw-r--r-- | test/CodeGen/ARM/available_externally.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/ARM/available_externally.ll b/test/CodeGen/ARM/available_externally.ll index d925b5c..0550747 100644 --- a/test/CodeGen/ARM/available_externally.ll +++ b/test/CodeGen/ARM/available_externally.ll @@ -5,7 +5,7 @@ @B = external hidden constant i32 define i32 @t1() { - %tmp = load i32* @A + %tmp = load i32, i32* @A store i32 %tmp, i32* @B ret i32 %tmp } |