summaryrefslogtreecommitdiff
path: root/test/Feature
diff options
context:
space:
mode:
authorMatt Arsenault <Matthew.Arsenault@amd.com>2017-05-03 02:26:10 +0000
committerMatt Arsenault <Matthew.Arsenault@amd.com>2017-05-03 02:26:10 +0000
commit921f454dae7830d1c7d9917032a0dd044ec017a4 (patch)
tree36a4d8250f9675dc26ef63f6af428e713cb741f8 /test/Feature
parent8d8582cf12c72b71775596ba8019b143c0b9cd03 (diff)
Replace hardcoded intrinsic list with speculatable attribute.
No change in which intrinsics should be speculated. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@301995 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Feature')
-rw-r--r--test/Feature/intrinsics.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Feature/intrinsics.ll b/test/Feature/intrinsics.ll
index 278cb9564e6..bbf30d3cc23 100644
--- a/test/Feature/intrinsics.ll
+++ b/test/Feature/intrinsics.ll
@@ -69,5 +69,5 @@ define void @trap() {
ret void
}
-; CHECK: attributes #0 = { nounwind readnone }
+; CHECK: attributes #0 = { nounwind readnone speculatable }
; CHECK: attributes #1 = { noreturn nounwind }