diff options
| author | Dimitry Andric <dim@FreeBSD.org> | 2017-12-18 20:10:56 +0000 |
|---|---|---|
| committer | Dimitry Andric <dim@FreeBSD.org> | 2017-12-18 20:10:56 +0000 |
| commit | 044eb2f6afba375a914ac9d8024f8f5142bb912e (patch) | |
| tree | 1475247dc9f9fe5be155ebd4c9069c75aadf8c20 /test/CodeGen/Hexagon/sdata-array.ll | |
| parent | eb70dddbd77e120e5d490bd8fbe7ff3f8fa81c6b (diff) | |
Notes
Diffstat (limited to 'test/CodeGen/Hexagon/sdata-array.ll')
| -rw-r--r-- | test/CodeGen/Hexagon/sdata-array.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/CodeGen/Hexagon/sdata-array.ll b/test/CodeGen/Hexagon/sdata-array.ll index 89ef46079f7c9..cea86bd426d95 100644 --- a/test/CodeGen/Hexagon/sdata-array.ll +++ b/test/CodeGen/Hexagon/sdata-array.ll @@ -5,9 +5,9 @@ @foo = common global [4 x i8] zeroinitializer, align 1 -define void @set() nounwind { +define void @set(i8 %x) nounwind { entry: - store i8 0, i8* getelementptr inbounds ([4 x i8], [4 x i8]* @foo, i32 0, i32 0), align 1 + store i8 %x, i8* getelementptr inbounds ([4 x i8], [4 x i8]* @foo, i32 0, i32 0), align 1 ret void } |
