aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/X86/h-registers-3.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/X86/h-registers-3.ll')
-rw-r--r--test/CodeGen/X86/h-registers-3.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/h-registers-3.ll b/test/CodeGen/X86/h-registers-3.ll
index 8a0b07b..29d0c28 100644
--- a/test/CodeGen/X86/h-registers-3.ll
+++ b/test/CodeGen/X86/h-registers-3.ll
@@ -3,7 +3,7 @@
define zeroext i8 @foo() nounwind ssp {
entry:
- %0 = tail call zeroext i16 (...)* @bar() nounwind
+ %0 = tail call zeroext i16 (...) @bar() nounwind
%1 = lshr i16 %0, 8
%2 = trunc i16 %1 to i8
ret i8 %2