summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorJoey Gouly <joey.gouly@arm.com>2013-07-08 19:52:51 +0000
committerJoey Gouly <joey.gouly@arm.com>2013-07-08 19:52:51 +0000
commit881b0b5c77ec3f6849e32b7763b6c75057b81501 (patch)
tree5550bf995be1440c509f03ef5aaf9e58f3b3e64e /test
parentf856249d496663b72b9eac37cdabb52932abd0e0 (diff)
downloadllvm-881b0b5c77ec3f6849e32b7763b6c75057b81501.tar.gz
llvm-881b0b5c77ec3f6849e32b7763b6c75057b81501.tar.bz2
llvm-881b0b5c77ec3f6849e32b7763b6c75057b81501.tar.xz
Add a comment to this change, requested by Eric Christopher.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@185853 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-rw-r--r--test/CodeGen/ARM/arm-modifier.ll1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/CodeGen/ARM/arm-modifier.ll b/test/CodeGen/ARM/arm-modifier.ll
index e6358d481e..a364793dea 100644
--- a/test/CodeGen/ARM/arm-modifier.ll
+++ b/test/CodeGen/ARM/arm-modifier.ll
@@ -66,6 +66,7 @@ entry:
ret i64 %0
}
+; PR16490
define void @f5(i64 %__pu_val) {
call void asm sideeffect "$1", "r,i"(i64 %__pu_val, i32 -14)
ret void